ResourcePermission
instead@Deprecated public class ExecuteFunctionOperationContext extends OperationContext
OperationContext.OperationCode
Constructor and Description |
---|
ExecuteFunctionOperationContext(String functionName,
String regionName,
Set keySet,
Object arguments,
boolean optimizeForWrite,
boolean isPostOperation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
getArguments()
Deprecated.
|
String |
getFunctionId()
Deprecated.
|
Set |
getKeySet()
Deprecated.
|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation code associated with the
OperationContext object. |
String |
getRegionName()
Deprecated.
|
Object |
getResult()
Deprecated.
|
boolean |
isOptimizeForWrite()
Deprecated.
|
boolean |
isPostOperation()
Deprecated.
True if the context is for post-operation.
|
void |
setIsPostOperation(boolean isPostOperation)
Deprecated.
|
void |
setResult(Object oneResult)
Deprecated.
|
isClientUpdate, isClientUpdate
public OperationContext.OperationCode getOperationCode()
OperationContext
OperationContext
object.getOperationCode
in class OperationContext
OperationContext
objectpublic boolean isPostOperation()
OperationContext
OperationContext
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 OperationContext
public String getFunctionId()
public String getRegionName()
public boolean isOptimizeForWrite()
public Object getResult()
public Set getKeySet()
public Object getArguments()
public void setResult(Object oneResult)
public void setIsPostOperation(boolean isPostOperation)