Class DestroyOperationContext


@Deprecated public class DestroyOperationContext extends KeyOperationContext
Deprecated.
since Geode1.0, use ResourcePermission instead
Encapsulates a OperationContext.OperationCode.DESTROY region operation having the key object for both the pre-operation case and for post-operation updates.
Since:
GemFire 5.5
  • Constructor Details

    • DestroyOperationContext

      public DestroyOperationContext(Object key)
      Deprecated.
      Constructor for the operation.
      Parameters:
      key - the key for this operation
    • DestroyOperationContext

      public DestroyOperationContext(Object key, boolean postOperation)
      Deprecated.
      Constructor for the operation to use for post-operation in updates.
      Parameters:
      key - the key for this operation
      postOperation - true to set the post-operation flag
  • Method Details