Class RegionClearOperationContext
java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.RegionOperationContext
org.apache.geode.cache.operations.RegionClearOperationContext
Deprecated.
Encapsulates a
OperationContext.OperationCode.REGION_CLEAR operation
for both the pre-operation and post-operation cases.- Since:
- GemFire 5.5
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode -
Constructor Summary
ConstructorsConstructorDescriptionRegionClearOperationContext(boolean postOperation) Deprecated.Default constructor for the region operation. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the operation associated with theOperationContextobject.Methods inherited from class org.apache.geode.cache.operations.RegionOperationContext
getCallbackArg, isPostOperation, setCallbackArgMethods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
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
-
getOperationCode
Deprecated.Return the operation associated with theOperationContextobject.- Specified by:
getOperationCodein classRegionOperationContext- Returns:
OperationCode.REGION_CLEAR.
-
ResourcePermissioninstead