Uses of Class
org.apache.iotdb.service.rpc.thrift.TSCancelOperationReq
-
Packages that use TSCancelOperationReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSCancelOperationReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSCancelOperationReq Modifier and Type Field Description TSCancelOperationReqIClientRPCService.cancelOperation_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSCancelOperationReq Modifier and Type Method Description TSCancelOperationReqTSCancelOperationReq. deepCopy()TSCancelOperationReqIClientRPCService.cancelOperation_args. getReq()TSCancelOperationReqTSCancelOperationReq. setQueryId(long queryId)TSCancelOperationReqTSCancelOperationReq. setSessionId(long sessionId)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSCancelOperationReq Modifier and Type Method Description voidIClientRPCService.AsyncClient. cancelOperation(TSCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. cancelOperation(TSCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. cancelOperation(TSCancelOperationReq req)TSStatusIClientRPCService.Iface. cancelOperation(TSCancelOperationReq req)intTSCancelOperationReq. compareTo(TSCancelOperationReq other)booleanTSCancelOperationReq. equals(TSCancelOperationReq that)voidIClientRPCService.Client. send_cancelOperation(TSCancelOperationReq req)IClientRPCService.cancelOperation_argsIClientRPCService.cancelOperation_args. setReq(TSCancelOperationReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSCancelOperationReq Constructor Description cancelOperation_args(TSCancelOperationReq req)cancelOperation_call(TSCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TSCancelOperationReq(TSCancelOperationReq other)Performs a deep copy on other.
-