Uses of Class
org.apache.iotdb.service.rpc.thrift.TSOpenSessionResp
-
Packages that use TSOpenSessionResp Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSOpenSessionResp in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSOpenSessionResp Modifier and Type Field Description TSOpenSessionRespIClientRPCService.openSession_result. successMethods in org.apache.iotdb.service.rpc.thrift that return TSOpenSessionResp Modifier and Type Method Description TSOpenSessionRespTSOpenSessionResp. deepCopy()TSOpenSessionRespIClientRPCService.AsyncClient.openSession_call. getResult()TSOpenSessionRespIClientRPCService.openSession_result. getSuccess()TSOpenSessionRespIClientRPCService.Client. openSession(TSOpenSessionReq req)TSOpenSessionRespIClientRPCService.Iface. openSession(TSOpenSessionReq req)TSOpenSessionRespIClientRPCService.Client. recv_openSession()TSOpenSessionRespTSOpenSessionResp. setConfiguration(Map<String,String> configuration)TSOpenSessionRespTSOpenSessionResp. setServerProtocolVersion(TSProtocolVersion serverProtocolVersion)TSOpenSessionRespTSOpenSessionResp. setSessionId(long sessionId)TSOpenSessionRespTSOpenSessionResp. setStatus(TSStatus status)Methods in org.apache.iotdb.service.rpc.thrift that return types with arguments of type TSOpenSessionResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSOpenSessionResp>IClientRPCService.AsyncProcessor.openSession. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSOpenSessionResp Modifier and Type Method Description intTSOpenSessionResp. compareTo(TSOpenSessionResp other)booleanTSOpenSessionResp. equals(TSOpenSessionResp that)IClientRPCService.openSession_resultIClientRPCService.openSession_result. setSuccess(TSOpenSessionResp success)Method parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSOpenSessionResp Modifier and Type Method Description voidIClientRPCService.AsyncClient. openSession(TSOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSOpenSessionResp> resultHandler)voidIClientRPCService.AsyncIface. openSession(TSOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSOpenSessionResp> resultHandler)voidIClientRPCService.AsyncProcessor.openSession. start(I iface, IClientRPCService.openSession_args args, org.apache.thrift.async.AsyncMethodCallback<TSOpenSessionResp> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSOpenSessionResp Constructor Description openSession_result(TSOpenSessionResp success)TSOpenSessionResp(TSOpenSessionResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSOpenSessionResp Constructor Description openSession_call(TSOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSOpenSessionResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-