|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface GemfireFunction
Used to declare a concrete method as a GemFire function implementation
| Optional Element Summary | |
|---|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||