Modifier and Type | Optional Element and Description |
---|---|
int |
batchSize
Controls the maximum number of results sent at one time.
|
boolean |
HA
Attribute to determine whether the GemFire Function is HA (Highly Available).
|
boolean |
hasResult
Normally follows the method return type, i.e., false if void, true otherwise.
|
String |
id
The name of the registered function.
|
boolean |
optimizeForWrite
Attribute to determine whether the GemFire Function is optimized for write operations.
|
public abstract String id
public abstract boolean HA
public abstract boolean optimizeForWrite
public abstract int batchSize
public abstract boolean hasResult