Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TDisableDataNodeReq
-
Packages that use TDisableDataNodeReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TDisableDataNodeReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TDisableDataNodeReq Modifier and Type Field Description TDisableDataNodeReqIDataNodeRPCService.disableDataNode_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TDisableDataNodeReq Modifier and Type Method Description TDisableDataNodeReqTDisableDataNodeReq. deepCopy()TDisableDataNodeReqIDataNodeRPCService.disableDataNode_args. getReq()TDisableDataNodeReqTDisableDataNodeReq. setDataNodeLocation(TDataNodeLocation dataNodeLocation)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TDisableDataNodeReq Modifier and Type Method Description intTDisableDataNodeReq. compareTo(TDisableDataNodeReq other)voidIDataNodeRPCService.AsyncClient. disableDataNode(TDisableDataNodeReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIDataNodeRPCService.AsyncIface. disableDataNode(TDisableDataNodeReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIDataNodeRPCService.Client. disableDataNode(TDisableDataNodeReq req)TSStatusIDataNodeRPCService.Iface. disableDataNode(TDisableDataNodeReq req)Config node will disable the Data node, the Data node will not accept read/write request when disabledbooleanTDisableDataNodeReq. equals(TDisableDataNodeReq that)voidIDataNodeRPCService.Client. send_disableDataNode(TDisableDataNodeReq req)IDataNodeRPCService.disableDataNode_argsIDataNodeRPCService.disableDataNode_args. setReq(TDisableDataNodeReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TDisableDataNodeReq Constructor Description disableDataNode_args(TDisableDataNodeReq req)disableDataNode_call(TDisableDataNodeReq 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)TDisableDataNodeReq(TDisableDataNodeReq other)Performs a deep copy on other.
-