Class KeySetOperationContext

    • Constructor Detail

      • KeySetOperationContext

        public KeySetOperationContext​(boolean postOperation)
        Deprecated.
        Constructor for the 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
      • setPostOperation

        public void setPostOperation()
        Deprecated.
        Set the post-operation flag to true.
      • getKeySet

        public java.util.Set getKeySet()
        Deprecated.
        Get the set of keys returned as a result of Region.keySet() operation.
        Returns:
        the set of keys
      • setKeySet

        public void setKeySet​(java.util.Set keySet)
        Deprecated.
        Set the keys to be returned as the result of Region.keySet() operation.
        Parameters:
        keySet - the set of keys to be returned for this operation.