public class PartialResultsExecutionFunction
extends java.lang.Object
implements com.gemstone.gemfire.cache.execute.Function
| Modifier and Type | Class and Description |
|---|---|
static class |
PartialResultsExecutionFunction.SenderIdWithOpId |
| Constructor and Description |
|---|
PartialResultsExecutionFunction() |
| 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() |
java.lang.Exception |
throwException(int senderId,
int opId) |
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 isHA()
isHA in interface com.gemstone.gemfire.cache.execute.Functionpublic boolean optimizeForWrite()
optimizeForWrite in interface com.gemstone.gemfire.cache.execute.Functionpublic java.lang.Exception throwException(int senderId,
int opId)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.