|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the preferred return typepublic interface GemfireFunctionOperations
An interface for invoking Gemfire functions
| Method Summary | ||
|---|---|---|
|
execute(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
Execute an unregistered function |
|
|
execute(GemfireFunctionCallback<T> callback)
Execute a function using a native GemFire Execution instance |
|
|
execute(String functionId,
Object... args)
Execute a function registered with an ID |
|
|
executeAndExtract(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
Execute an unregistered function with an expected singleton result |
|
|
executeAndExtract(String functionId,
Object... args)
Execute a function registered with an ID and with an expected singleton result |
|
| Method Detail |
|---|
<T> Iterable<T> execute(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
function - the functionargs - calling arguments
<T> T executeAndExtract(com.gemstone.gemfire.cache.execute.Function function,
Object... args)
function - the functionargs - calling arguments
<T> Iterable<T> execute(String functionId,
Object... args)
functionId - the function IDargs - the calling arguments
<T> T executeAndExtract(String functionId,
Object... args)
functionId - the function IDargs - the calling arguments
<T> T execute(GemfireFunctionCallback<T> callback)
Execution instance
callback - a callback providing the execution instance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||