Class RegionClearOperationContext


@Deprecated public class RegionClearOperationContext extends RegionOperationContext
Deprecated.
since Geode1.0, use ResourcePermission instead
Encapsulates a OperationContext.OperationCode.REGION_CLEAR operation for both the pre-operation and post-operation cases.
Since:
GemFire 5.5
  • Constructor Details

    • RegionClearOperationContext

      public RegionClearOperationContext(boolean postOperation)
      Deprecated.
      Default constructor for the region operation.
      Parameters:
      postOperation - true to set the post-operation flag
  • Method Details