Package | Description |
---|---|
com.gemstone.gemfire.cache.execute |
The
com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
Modifier and Type | Class and Description |
---|---|
class |
FunctionAdapter
Application developers can extend this class instead of implementing the
Function interface. |
Modifier and Type | Method and Description |
---|---|
static Function |
FunctionService.getFunction(String functionId)
Returns the
Function defined by the functionId, returns null if no
function is found for the specified functionId |
Modifier and Type | Method and Description |
---|---|
static Map<String,Function> |
FunctionService.getRegisteredFunctions()
Returns all locally registered functions
|
Modifier and Type | Method and Description |
---|---|
ResultCollector<?,?> |
Execution.execute(Function function)
Executes the function instance provided.
|
static void |
FunctionService.registerFunction(Function function)
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.