com.gemstone.gemfire.cache.operations
Class RegionClearOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.cache.operations.RegionOperationContext
com.gemstone.gemfire.cache.operations.RegionClearOperationContext
public class RegionClearOperationContext
- extends RegionOperationContext
Encapsulates a OperationContext.OperationCode.REGION_CLEAR
operation for both the
pre-operation and post-operation cases.
- Since:
- 5.5
RegionClearOperationContext
public RegionClearOperationContext(boolean postOperation)
- Default constructor for the region operation.
- Parameters:
postOperation
- true to set the post-operation flag
getOperationCode
public OperationContext.OperationCode getOperationCode()
- Return the operation associated with the
OperationContext
object.
- Specified by:
getOperationCode
in class RegionOperationContext
- Returns:
OperationCode.REGION_CLEAR
.
Copyright © 1997-2012 VMware, Inc. All rights reserved.