ResourcePermission
instead@Deprecated public class StopCQOperationContext extends ExecuteCQOperationContext
OperationContext.OperationCode.STOP_CQ
operation for the pre-operation case.OperationContext.OperationCode
Constructor and Description |
---|
StopCQOperationContext(String cqName,
String queryString,
Set regionNames)
Deprecated.
Constructor for the STOP_CQ operation.
|
Modifier and Type | Method and Description |
---|---|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
boolean |
isPostOperation()
Deprecated.
True if the context is for post-operation.
|
getName
getQuery, getQueryParams, getQueryResult, getRegionNames, modifyQuery, setPostOperation, setQueryResult, setRegionNames
isClientUpdate, isClientUpdate
public StopCQOperationContext(String cqName, String queryString, Set regionNames)
cqName
- the name of the continuous query being stoppedqueryString
- the query string for this operationregionNames
- names of regions that are part of the query stringpublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class ExecuteCQOperationContext
OperationCode.STOP_CQ
.public boolean isPostOperation()
isPostOperation
in class QueryOperationContext