Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDropPipePluginReq
-
-
Uses of TDropPipePluginReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDropPipePluginReq Modifier and Type Field Description TDropPipePluginReqIConfigNodeRPCService.dropPipePlugin_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TDropPipePluginReq Modifier and Type Method Description TDropPipePluginReqTDropPipePluginReq. deepCopy()TDropPipePluginReqIConfigNodeRPCService.dropPipePlugin_args. getReq()TDropPipePluginReqTDropPipePluginReq. setPluginName(String pluginName)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDropPipePluginReq Modifier and Type Method Description intTDropPipePluginReq. compareTo(TDropPipePluginReq other)voidIConfigNodeRPCService.AsyncClient. dropPipePlugin(TDropPipePluginReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIConfigNodeRPCService.AsyncIface. dropPipePlugin(TDropPipePluginReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIConfigNodeRPCService.Client. dropPipePlugin(TDropPipePluginReq req)TSStatusIConfigNodeRPCService.Iface. dropPipePlugin(TDropPipePluginReq req)Remove a pipe plugin on the DataNodesbooleanTDropPipePluginReq. equals(TDropPipePluginReq that)voidIConfigNodeRPCService.Client. send_dropPipePlugin(TDropPipePluginReq req)IConfigNodeRPCService.dropPipePlugin_argsIConfigNodeRPCService.dropPipePlugin_args. setReq(TDropPipePluginReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDropPipePluginReq Constructor Description dropPipePlugin_args(TDropPipePluginReq req)dropPipePlugin_call(TDropPipePluginReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TDropPipePluginReq(TDropPipePluginReq other)Performs a deep copy on other.
-