ResourcePermission insteadpublic class ExecuteFunctionOperationContext extends OperationContext
OperationContext.OperationCode| Constructor and Description |
|---|
ExecuteFunctionOperationContext(java.lang.String functionName,
java.lang.String regionName,
java.util.Set keySet,
java.lang.Object arguments,
boolean optimizeForWrite,
boolean isPostOperation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getArguments()
Deprecated.
|
java.lang.String |
getFunctionId()
Deprecated.
|
java.util.Set |
getKeySet()
Deprecated.
|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation code associated with the
OperationContext object. |
java.lang.String |
getRegionName()
Deprecated.
|
java.lang.Object |
getResult()
Deprecated.
|
boolean |
isOptimizeForWrite()
Deprecated.
|
boolean |
isPostOperation()
Deprecated.
True if the context is for post-operation.
|
void |
setIsPostOperation(boolean isPostOperation)
Deprecated.
|
void |
setResult(java.lang.Object oneResult)
Deprecated.
|
isClientUpdate, isClientUpdatepublic ExecuteFunctionOperationContext(java.lang.String functionName,
java.lang.String regionName,
java.util.Set keySet,
java.lang.Object arguments,
boolean optimizeForWrite,
boolean isPostOperation)
public OperationContext.OperationCode getOperationCode()
OperationContextOperationContext object.getOperationCode in class OperationContextpublic boolean isPostOperation()
OperationContextOperationContext interface encapsulates the data both before the operation is
performed and after the operation is complete. For example, for a query operation the
Query object as well as the list of region names referenced by the query would be
part of the context object in the pre-processing stage. In the post-processing stage the
context object shall contain results of the query.isPostOperation in class OperationContextpublic java.lang.String getFunctionId()
public java.lang.String getRegionName()
public boolean isOptimizeForWrite()
public java.lang.Object getResult()
public java.util.Set getKeySet()
public java.lang.Object getArguments()
public void setResult(java.lang.Object oneResult)
public void setIsPostOperation(boolean isPostOperation)