Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowPipeResp
-
-
Uses of TShowPipeResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowPipeResp Modifier and Type Field Description TShowPipeRespIConfigNodeRPCService.showPipe_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowPipeResp Modifier and Type Method Description TShowPipeRespTShowPipeResp. deepCopy()TShowPipeRespIConfigNodeRPCService.AsyncClient.showPipe_call. getResult()TShowPipeRespIConfigNodeRPCService.showPipe_result. getSuccess()TShowPipeRespIConfigNodeRPCService.Client. recv_showPipe()TShowPipeRespTShowPipeResp. setPipeInfoList(List<TShowPipeInfo> pipeInfoList)TShowPipeRespTShowPipeResp. setStatus(TSStatus status)TShowPipeRespIConfigNodeRPCService.Client. showPipe(TShowPipeReq req)TShowPipeRespIConfigNodeRPCService.Iface. showPipe(TShowPipeReq req)Show Pipe by name, if name is empty, show all PipeMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowPipeResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp>IConfigNodeRPCService.AsyncProcessor.showPipe. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowPipeResp Modifier and Type Method Description intTShowPipeResp. compareTo(TShowPipeResp other)booleanTShowPipeResp. equals(TShowPipeResp that)IConfigNodeRPCService.showPipe_resultIConfigNodeRPCService.showPipe_result. setSuccess(TShowPipeResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowPipeResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showPipe(TShowPipeReq req, org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showPipe(TShowPipeReq req, org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showPipe. start(I iface, IConfigNodeRPCService.showPipe_args args, org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowPipeResp Constructor Description showPipe_result(TShowPipeResp success)TShowPipeResp(TShowPipeResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowPipeResp Constructor Description showPipe_call(TShowPipeReq req, org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-