public class FunctionOperations extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionOperations.CustomResultCollector |
static class |
FunctionOperations.FireAndForgetFunction |
static class |
FunctionOperations.GenericFunctionOp |
static class |
FunctionOperations.RegionFunctionOp |
static class |
FunctionOperations.SleepFunction |
| Modifier and Type | Field and Description |
|---|---|
static String |
FUNCTION_OP_EXEC |
static int |
FUNCTION_OP_EXECUTE_REGISTERED_FUNCTION |
static String |
FUNCTION_OP_REGISTER |
static int |
FUNCTION_OP_REGISTER_NEW_FUNCTION |
static String |
FUNCTION_OP_UNREGISTER |
static int |
FUNCTION_OP_UNREGISTER_FUNCTION |
static String |
FUNCTION_TYPE_FIRENFORGET |
static String |
FUNCTION_TYPE_REGION |
static String |
FUNCTION_TYPE_SLEEP |
protected static String |
opPrefix |
| Constructor and Description |
|---|
FunctionOperations() |
FunctionOperations(FunctionOperationEvents recorder) |
FunctionOperations(com.gemstone.gemfire.cache.Region r) |
FunctionOperations(com.gemstone.gemfire.cache.Region r,
FunctionOperationEvents recorder) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFunctionOperation() |
FunctionOperationEvents |
getOperationRecorder() |
void |
registerFunction() |
void |
registerFunction(String type) |
List<String> |
registerFunctions() |
void |
setCache(com.gemstone.gemfire.cache.Cache cache) |
public static final int FUNCTION_OP_REGISTER_NEW_FUNCTION
public static final int FUNCTION_OP_UNREGISTER_FUNCTION
public static final int FUNCTION_OP_EXECUTE_REGISTERED_FUNCTION
public static final String FUNCTION_OP_REGISTER
public static final String FUNCTION_OP_UNREGISTER
public static final String FUNCTION_OP_EXEC
public static final String FUNCTION_TYPE_SLEEP
public static final String FUNCTION_TYPE_REGION
public static final String FUNCTION_TYPE_FIRENFORGET
protected static String opPrefix
public FunctionOperations()
public FunctionOperations(com.gemstone.gemfire.cache.Region r)
public FunctionOperations(FunctionOperationEvents recorder)
public FunctionOperations(com.gemstone.gemfire.cache.Region r,
FunctionOperationEvents recorder)
public void setCache(com.gemstone.gemfire.cache.Cache cache)
public void registerFunction()
public void registerFunction(String type)
public void doFunctionOperation()
public FunctionOperationEvents getOperationRecorder()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.