public class PartialResultsExecutionFunction extends 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) |
String |
getId() |
boolean |
hasResult() |
boolean |
isHA() |
boolean |
optimizeForWrite() |
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 String getId()
getId in interface com.gemstone.gemfire.cache.execute.FunctiongetId in interface com.gemstone.gemfire.lang.Identifiablepublic 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 Exception throwException(int senderId, int opId)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.