Class RemoveAllOperationContext

    • Constructor Detail

      • RemoveAllOperationContext

        public RemoveAllOperationContext​(java.util.Collection<?> keys)
        Deprecated.
        Constructor for the operation.
        Parameters:
        keys - the keys to remove
    • 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

        protected void setPostOperation()
        Deprecated.
        Set the post-operation flag to true.
      • getKeys

        public java.util.Collection<?> getKeys()
        Deprecated.
        Returns the keys for this removeAll in an unmodifiable collection.
        Returns:
        the keys for this removeAll in an unmodifiable collection
      • 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.