public class PrimaryExecutionFunction
extends com.gemstone.gemfire.cache.execute.FunctionAdapter
implements com.gemstone.gemfire.cache.Declarable
| Constructor and Description |
|---|
PrimaryExecutionFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.gemstone.gemfire.cache.execute.FunctionContext context) |
java.lang.String |
getId() |
void |
init(java.util.Properties props) |
boolean |
isHA() |
boolean |
optimizeForWrite() |
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 java.lang.String getId()
getId in interface com.gemstone.gemfire.cache.execute.FunctiongetId in interface com.gemstone.gemfire.lang.Identifiable<java.lang.String>getId in class com.gemstone.gemfire.cache.execute.FunctionAdapterpublic boolean optimizeForWrite()
optimizeForWrite in interface com.gemstone.gemfire.cache.execute.FunctionoptimizeForWrite 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.FunctionAdapterpublic void init(java.util.Properties props)
init in interface com.gemstone.gemfire.cache.DeclarableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.