Uses of Class
org.apache.iotdb.service.rpc.thrift.TSCloseOperationReq
-
Packages that use TSCloseOperationReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSCloseOperationReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSCloseOperationReq Modifier and Type Field Description TSCloseOperationReqIClientRPCService.closeOperation_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSCloseOperationReq Modifier and Type Method Description TSCloseOperationReqTSCloseOperationReq. deepCopy()TSCloseOperationReqIClientRPCService.closeOperation_args. getReq()TSCloseOperationReqTSCloseOperationReq. setQueryId(long queryId)TSCloseOperationReqTSCloseOperationReq. setSessionId(long sessionId)TSCloseOperationReqTSCloseOperationReq. setStatementId(long statementId)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSCloseOperationReq Modifier and Type Method Description voidIClientRPCService.AsyncClient. closeOperation(TSCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. closeOperation(TSCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. closeOperation(TSCloseOperationReq req)TSStatusIClientRPCService.Iface. closeOperation(TSCloseOperationReq req)intTSCloseOperationReq. compareTo(TSCloseOperationReq other)booleanTSCloseOperationReq. equals(TSCloseOperationReq that)voidIClientRPCService.Client. send_closeOperation(TSCloseOperationReq req)IClientRPCService.closeOperation_argsIClientRPCService.closeOperation_args. setReq(TSCloseOperationReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSCloseOperationReq Constructor Description closeOperation_args(TSCloseOperationReq req)closeOperation_call(TSCloseOperationReq 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)TSCloseOperationReq(TSCloseOperationReq other)Performs a deep copy on other.
-