public class MyTransactionFunction
extends java.lang.Object
implements com.gemstone.gemfire.cache.execute.Function
| Constructor and Description |
|---|
MyTransactionFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.gemstone.gemfire.cache.execute.FunctionContext context) |
java.lang.String |
getId() |
boolean |
hasResult() |
boolean |
isHA() |
boolean |
optimizeForWrite() |
public void execute(com.gemstone.gemfire.cache.execute.FunctionContext context)
execute in interface com.gemstone.gemfire.cache.execute.Functionpublic java.lang.String getId()
getId in interface com.gemstone.gemfire.cache.execute.FunctiongetId in interface com.gemstone.gemfire.lang.Identifiable<java.lang.String>public boolean hasResult()
hasResult in interface com.gemstone.gemfire.cache.execute.Functionpublic boolean optimizeForWrite()
optimizeForWrite in interface com.gemstone.gemfire.cache.execute.Functionpublic boolean isHA()
isHA in interface com.gemstone.gemfire.cache.execute.FunctionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.