Class ExecuteFunctionOperationContext
java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.ExecuteFunctionOperationContext
Deprecated.
OperationContext for Function execution operation. This is for the pre-operation case
- Since:
- GemFire 6.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode -
Constructor Summary
ConstructorsConstructorDescriptionExecuteFunctionOperationContext(String functionName, String regionName, Set keySet, Object arguments, boolean optimizeForWrite, boolean isPostOperation) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Return the operation code associated with theOperationContextobject.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.True if the context is for post-operation.voidsetIsPostOperation(boolean isPostOperation) Deprecated.voidDeprecated.Methods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
Constructor Details
-
Method Details
-
getOperationCode
Deprecated.Description copied from class:OperationContextReturn the operation code associated with theOperationContextobject.- Specified by:
getOperationCodein classOperationContext- Returns:
- the operation code associated with the
OperationContextobject
-
isPostOperation
public boolean isPostOperation()Deprecated.Description copied from class:OperationContextTrue if the context is for post-operation. TheOperationContextinterface encapsulates the data both before the operation is performed and after the operation is complete. For example, for a query operation theQueryobject 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.- Specified by:
isPostOperationin classOperationContext- Returns:
- whether the context is for post-operation
-
getFunctionId
Deprecated. -
getRegionName
Deprecated. -
isOptimizeForWrite
public boolean isOptimizeForWrite()Deprecated. -
getResult
Deprecated. -
getKeySet
Deprecated. -
getArguments
Deprecated. -
setResult
Deprecated. -
setIsPostOperation
public void setIsPostOperation(boolean isPostOperation) Deprecated.
-
ResourcePermissioninstead