Uses of Class
org.apache.iotdb.service.rpc.thrift.TSCloseSessionReq
-
Packages that use TSCloseSessionReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSCloseSessionReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSCloseSessionReq Modifier and Type Field Description TSCloseSessionReqIClientRPCService.closeSession_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSCloseSessionReq Modifier and Type Method Description TSCloseSessionReqTSCloseSessionReq. deepCopy()TSCloseSessionReqIClientRPCService.closeSession_args. getReq()TSCloseSessionReqTSCloseSessionReq. setSessionId(long sessionId)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSCloseSessionReq Modifier and Type Method Description voidIClientRPCService.AsyncClient. closeSession(TSCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. closeSession(TSCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. closeSession(TSCloseSessionReq req)TSStatusIClientRPCService.Iface. closeSession(TSCloseSessionReq req)intTSCloseSessionReq. compareTo(TSCloseSessionReq other)booleanTSCloseSessionReq. equals(TSCloseSessionReq that)voidIClientRPCService.Client. send_closeSession(TSCloseSessionReq req)IClientRPCService.closeSession_argsIClientRPCService.closeSession_args. setReq(TSCloseSessionReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSCloseSessionReq Constructor Description closeSession_args(TSCloseSessionReq req)closeSession_call(TSCloseSessionReq 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)TSCloseSessionReq(TSCloseSessionReq other)Performs a deep copy on other.
-