Class RegionOperationContext

    • Constructor Detail

      • RegionOperationContext

        public RegionOperationContext​(boolean postOperation)
        Deprecated.
        Constructor for a region operation.
        Parameters:
        postOperation - true to set the post-operation flag
    • Method Detail

      • isPostOperation

        public boolean isPostOperation()
        Deprecated.
        True if the context is for post-operation.
        Specified by:
        isPostOperation in class OperationContext
        Returns:
        whether the context is for post-operation
      • getCallbackArg

        public java.lang.Object getCallbackArg()
        Deprecated.
        Get the callback argument object for this operation.
        Returns:
        the callback argument object for this operation.
      • setCallbackArg

        public void setCallbackArg​(java.lang.Object callbackArg)
        Deprecated.
        Set the callback argument object for this operation.
        Parameters:
        callbackArg - the callback argument object for this operation.