Class RegionCreateOperationContext
java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.RegionCreateOperationContext
Deprecated.
Encapsulates a
OperationContext.OperationCode.REGION_CREATE 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
ConstructorsConstructorDescriptionRegionCreateOperationContext(boolean postOperation) Deprecated.Constructor for the region creation operation. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the operation associated with theOperationContextobject.booleanDeprecated.True if the context is for post-operation.Methods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
Constructor Details
-
RegionCreateOperationContext
public RegionCreateOperationContext(boolean postOperation) Deprecated.Constructor for the region creation operation.- Parameters:
postOperation- true to set the post-operation flag
-
-
Method Details
-
getOperationCode
Deprecated.Return the operation associated with theOperationContextobject.- Specified by:
getOperationCodein classOperationContext- Returns:
OperationCode.REGION_CREATE.
-
isPostOperation
public boolean isPostOperation()Deprecated.True if the context is for post-operation.- Specified by:
isPostOperationin classOperationContext- Returns:
- whether the context is for post-operation
-
ResourcePermissioninstead