public class PerformanceTestFunction
extends com.gemstone.gemfire.cache.execute.FunctionAdapter
| Constructor and Description |
|---|
PerformanceTestFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.gemstone.gemfire.cache.execute.FunctionContext context)
Application execution implementation
|
String |
getId()
Get the function identifier, used by clients to invoke this function
|
boolean |
hasResult() |
boolean |
isHA() |
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 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 boolean isHA()
isHA in interface com.gemstone.gemfire.cache.execute.FunctionisHA in class com.gemstone.gemfire.cache.execute.FunctionAdapterCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.