Uses of Class
org.apache.iotdb.service.rpc.thrift.TSConnectionInfoResp
-
Packages that use TSConnectionInfoResp Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSConnectionInfoResp in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSConnectionInfoResp Modifier and Type Field Description TSConnectionInfoRespIClientRPCService.fetchAllConnectionsInfo_result. successMethods in org.apache.iotdb.service.rpc.thrift that return TSConnectionInfoResp Modifier and Type Method Description TSConnectionInfoRespTSConnectionInfoResp. deepCopy()TSConnectionInfoRespIClientRPCService.Client. fetchAllConnectionsInfo()TSConnectionInfoRespIClientRPCService.Iface. fetchAllConnectionsInfo()TSConnectionInfoRespIClientRPCService.AsyncClient.fetchAllConnectionsInfo_call. getResult()TSConnectionInfoRespIClientRPCService.fetchAllConnectionsInfo_result. getSuccess()TSConnectionInfoRespIClientRPCService.Client. recv_fetchAllConnectionsInfo()TSConnectionInfoRespTSConnectionInfoResp. setConnectionInfoList(List<TSConnectionInfo> connectionInfoList)Methods in org.apache.iotdb.service.rpc.thrift that return types with arguments of type TSConnectionInfoResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp>IClientRPCService.AsyncProcessor.fetchAllConnectionsInfo. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSConnectionInfoResp Modifier and Type Method Description intTSConnectionInfoResp. compareTo(TSConnectionInfoResp other)booleanTSConnectionInfoResp. equals(TSConnectionInfoResp that)IClientRPCService.fetchAllConnectionsInfo_resultIClientRPCService.fetchAllConnectionsInfo_result. setSuccess(TSConnectionInfoResp success)Method parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSConnectionInfoResp Modifier and Type Method Description voidIClientRPCService.AsyncClient. fetchAllConnectionsInfo(org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp> resultHandler)voidIClientRPCService.AsyncIface. fetchAllConnectionsInfo(org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp> resultHandler)voidIClientRPCService.AsyncProcessor.fetchAllConnectionsInfo. start(I iface, IClientRPCService.fetchAllConnectionsInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSConnectionInfoResp Constructor Description fetchAllConnectionsInfo_result(TSConnectionInfoResp success)TSConnectionInfoResp(TSConnectionInfoResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSConnectionInfoResp Constructor Description fetchAllConnectionsInfo_call(org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-