Class ExecuteFunctionOperationContext

java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.ExecuteFunctionOperationContext

@Deprecated public class ExecuteFunctionOperationContext extends OperationContext
Deprecated.
since Geode1.0, use ResourcePermission instead
OperationContext for Function execution operation. This is for the pre-operation case
Since:
GemFire 6.0
  • Constructor Details

    • ExecuteFunctionOperationContext

      public ExecuteFunctionOperationContext(String functionName, String regionName, Set keySet, Object arguments, boolean optimizeForWrite, boolean isPostOperation)
      Deprecated.
  • Method Details

    • getOperationCode

      public OperationContext.OperationCode getOperationCode()
      Deprecated.
      Description copied from class: OperationContext
      Return the operation code associated with the OperationContext object.
      Specified by:
      getOperationCode in class OperationContext
      Returns:
      the operation code associated with the OperationContext object
    • isPostOperation

      public boolean isPostOperation()
      Deprecated.
      Description copied from class: OperationContext
      True if the context is for post-operation. The 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.
      Specified by:
      isPostOperation in class OperationContext
      Returns:
      whether the context is for post-operation
    • getFunctionId

      public String getFunctionId()
      Deprecated.
    • getRegionName

      public String getRegionName()
      Deprecated.
    • isOptimizeForWrite

      public boolean isOptimizeForWrite()
      Deprecated.
    • getResult

      public Object getResult()
      Deprecated.
    • getKeySet

      public Set getKeySet()
      Deprecated.
    • getArguments

      public Object getArguments()
      Deprecated.
    • setResult

      public void setResult(Object oneResult)
      Deprecated.
    • setIsPostOperation

      public void setIsPostOperation(boolean isPostOperation)
      Deprecated.