Class GetDurableCQsOperationContext
java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.GetDurableCQsOperationContext
Deprecated.
Encapsulates a
OperationContext.OperationCode.GET_DURABLE_CQS
operation for the pre-operation case.- Since:
- GemFire 7.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor for the GET_DURABLE_CQS 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
-
GetDurableCQsOperationContext
public GetDurableCQsOperationContext()Deprecated.Constructor for the GET_DURABLE_CQS operation.
-
-
Method Details
-
getOperationCode
Deprecated.Return the operation associated with theOperationContextobject.- Specified by:
getOperationCodein classOperationContext- Returns:
OperationCode.GET_DURABLE_CQS.
-
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