public class TestFunction
extends com.gemstone.gemfire.cache.execute.FunctionAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
TEST_FUNCTION1 |
static String |
TEST_FUNCTION2 |
static String |
TEST_FUNCTION3 |
static String |
TEST_FUNCTION4 |
static String |
TEST_FUNCTION5 |
| Constructor and Description |
|---|
TestFunction() |
TestFunction(boolean haveResults,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.gemstone.gemfire.cache.execute.FunctionContext context) |
void |
execute1(com.gemstone.gemfire.cache.execute.FunctionContext context) |
void |
execute2(com.gemstone.gemfire.cache.execute.FunctionContext context) |
void |
execute5(com.gemstone.gemfire.cache.execute.FunctionContext context) |
Properties |
getConfig() |
String |
getId() |
Properties |
getProps() |
boolean |
hasResult() |
void |
init(Properties props) |
public static final String TEST_FUNCTION1
public static final String TEST_FUNCTION2
public static final String TEST_FUNCTION3
public static final String TEST_FUNCTION4
public static final String TEST_FUNCTION5
public TestFunction()
public TestFunction(boolean haveResults,
String id)
public Properties getProps()
public void execute(com.gemstone.gemfire.cache.execute.FunctionContext context)
execute in interface com.gemstone.gemfire.cache.execute.Functionexecute in class com.gemstone.gemfire.cache.execute.FunctionAdapterpublic void execute1(com.gemstone.gemfire.cache.execute.FunctionContext context)
public void execute2(com.gemstone.gemfire.cache.execute.FunctionContext context)
public void execute5(com.gemstone.gemfire.cache.execute.FunctionContext context)
public String getId()
getId in interface com.gemstone.gemfire.cache.execute.FunctiongetId in interface com.gemstone.gemfire.lang.Identifiable<String>getId in class com.gemstone.gemfire.cache.execute.FunctionAdapterpublic boolean hasResult()
hasResult in interface com.gemstone.gemfire.cache.execute.FunctionhasResult in class com.gemstone.gemfire.cache.execute.FunctionAdapterpublic Properties getConfig()
public void init(Properties props)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.