|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Function | |
|---|---|
| com.gemstone.gemfire.cache.execute |
The com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
| Uses of Function in com.gemstone.gemfire.cache.execute |
|---|
| Classes in com.gemstone.gemfire.cache.execute that implement Function | |
|---|---|
class |
FunctionAdapter
Application developers can extend this class instead of implementing the Function interface. |
| Methods in com.gemstone.gemfire.cache.execute that return Function | |
|---|---|
static Function |
FunctionService.getFunction(String functionId)
Returns the Function defined by the functionId, returns null if no
function is found for the specified functionId |
| Methods in com.gemstone.gemfire.cache.execute that return types with arguments of type Function | |
|---|---|
static Map<String,Function> |
FunctionService.getRegisteredFunctions()
Returns all locally registered functions |
| Methods in com.gemstone.gemfire.cache.execute with parameters of type Function | |
|---|---|
ResultCollector<? extends Serializable,? extends Serializable> |
Execution.execute(Function function)
Executes the function instance provided. |
static void |
FunctionService.registerFunction(Function function)
Registers the given Function with the FunctionService using
getId(). |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||