Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowPipeReq
-
-
Uses of TShowPipeReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowPipeReq Modifier and Type Field Description TShowPipeReqIConfigNodeRPCService.showPipe_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowPipeReq Modifier and Type Method Description TShowPipeReqTShowPipeReq. deepCopy()TShowPipeReqIConfigNodeRPCService.showPipe_args. getReq()TShowPipeReqTShowPipeReq. setPipeName(String pipeName)TShowPipeReqTShowPipeReq. setWhereClause(boolean whereClause)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowPipeReq Modifier and Type Method Description intTShowPipeReq. compareTo(TShowPipeReq other)booleanTShowPipeReq. equals(TShowPipeReq that)voidIConfigNodeRPCService.Client. send_showPipe(TShowPipeReq req)IConfigNodeRPCService.showPipe_argsIConfigNodeRPCService.showPipe_args. setReq(TShowPipeReq req)voidIConfigNodeRPCService.AsyncClient. showPipe(TShowPipeReq req, org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showPipe(TShowPipeReq req, org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp> resultHandler)TShowPipeRespIConfigNodeRPCService.Client. showPipe(TShowPipeReq req)TShowPipeRespIConfigNodeRPCService.Iface. showPipe(TShowPipeReq req)Show Pipe by name, if name is empty, show all PipeConstructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowPipeReq Constructor Description showPipe_args(TShowPipeReq req)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)TShowPipeReq(TShowPipeReq other)Performs a deep copy on other.
-