Class CloseCQOperationContext
java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.QueryOperationContext
org.apache.geode.cache.operations.ExecuteCQOperationContext
org.apache.geode.cache.operations.CloseCQOperationContext
Deprecated.
Encapsulates a
OperationContext.OperationCode.CLOSE_CQ
operation for the pre-operation case.- Since:
- GemFire 5.5
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode -
Constructor Summary
ConstructorsConstructorDescriptionCloseCQOperationContext(String cqName, String queryString, Set regionNames) Deprecated.Constructor for the CLOSE_CQ 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.ExecuteCQOperationContext
getNameMethods inherited from class org.apache.geode.cache.operations.QueryOperationContext
getQuery, getQueryParams, getQueryResult, getRegionNames, modifyQuery, setPostOperation, setQueryResult, setRegionNamesMethods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
Constructor Details
-
CloseCQOperationContext
Deprecated.Constructor for the CLOSE_CQ operation.- Parameters:
cqName- the name of the continuous query being closedqueryString- the query string for this operationregionNames- names of regions that are part of the query string
-
-
Method Details
-
getOperationCode
Deprecated.Return the operation associated with theOperationContextobject.- Overrides:
getOperationCodein classExecuteCQOperationContext- Returns:
OperationCode.CLOSE_CQ.
-
isPostOperation
public boolean isPostOperation()Deprecated.True if the context is for post-operation.- Overrides:
isPostOperationin classQueryOperationContext- Returns:
- whether the context is for post-operation
-
ResourcePermissioninstead