Class StopCQOperationContext
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.StopCQOperationContext
Deprecated.
Encapsulates a
OperationContext.OperationCode.STOP_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
ConstructorsConstructorDescriptionStopCQOperationContext(String cqName, String queryString, Set regionNames) Deprecated.Constructor for the STOP_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
-
StopCQOperationContext
Deprecated.Constructor for the STOP_CQ operation.- Parameters:
cqName- the name of the continuous query being stoppedqueryString- 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.STOP_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