Class InvalidateOperationContext


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

    • InvalidateOperationContext

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

      public InvalidateOperationContext(Object key, boolean isPostOperation)
      Deprecated.
      Constructor for the operation to use for post-operation in updates.
      Parameters:
      key - the key for this operation
      isPostOperation - true if the context is at the time of sending updates
  • Method Details