Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetAllPipeInfoResp
-
-
Uses of TGetAllPipeInfoResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetAllPipeInfoResp Modifier and Type Field Description TGetAllPipeInfoRespIConfigNodeRPCService.getAllPipeInfo_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetAllPipeInfoResp Modifier and Type Method Description TGetAllPipeInfoRespTGetAllPipeInfoResp. deepCopy()TGetAllPipeInfoRespIConfigNodeRPCService.Client. getAllPipeInfo()TGetAllPipeInfoRespIConfigNodeRPCService.Iface. getAllPipeInfo()Get all pipe information.TGetAllPipeInfoRespIConfigNodeRPCService.AsyncClient.getAllPipeInfo_call. getResult()TGetAllPipeInfoRespIConfigNodeRPCService.getAllPipeInfo_result. getSuccess()TGetAllPipeInfoRespIConfigNodeRPCService.Client. recv_getAllPipeInfo()TGetAllPipeInfoRespTGetAllPipeInfoResp. setAllPipeInfo(List<ByteBuffer> allPipeInfo)TGetAllPipeInfoRespTGetAllPipeInfoResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetAllPipeInfoResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetAllPipeInfoResp>IConfigNodeRPCService.AsyncProcessor.getAllPipeInfo. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetAllPipeInfoResp Modifier and Type Method Description intTGetAllPipeInfoResp. compareTo(TGetAllPipeInfoResp other)booleanTGetAllPipeInfoResp. equals(TGetAllPipeInfoResp that)IConfigNodeRPCService.getAllPipeInfo_resultIConfigNodeRPCService.getAllPipeInfo_result. setSuccess(TGetAllPipeInfoResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetAllPipeInfoResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getAllPipeInfo(org.apache.thrift.async.AsyncMethodCallback<TGetAllPipeInfoResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getAllPipeInfo(org.apache.thrift.async.AsyncMethodCallback<TGetAllPipeInfoResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getAllPipeInfo. start(I iface, IConfigNodeRPCService.getAllPipeInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TGetAllPipeInfoResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetAllPipeInfoResp Constructor Description getAllPipeInfo_result(TGetAllPipeInfoResp success)TGetAllPipeInfoResp(TGetAllPipeInfoResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetAllPipeInfoResp Constructor Description getAllPipeInfo_call(org.apache.thrift.async.AsyncMethodCallback<TGetAllPipeInfoResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-