Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TSetDataNodeStatusReq
-
-
Uses of TSetDataNodeStatusReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TSetDataNodeStatusReq Modifier and Type Field Description TSetDataNodeStatusReqIConfigNodeRPCService.setDataNodeStatus_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TSetDataNodeStatusReq Modifier and Type Method Description TSetDataNodeStatusReqTSetDataNodeStatusReq. deepCopy()TSetDataNodeStatusReqIConfigNodeRPCService.setDataNodeStatus_args. getReq()TSetDataNodeStatusReqTSetDataNodeStatusReq. setStatus(String status)TSetDataNodeStatusReqTSetDataNodeStatusReq. setTargetDataNode(TDataNodeLocation targetDataNode)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSetDataNodeStatusReq Modifier and Type Method Description intTSetDataNodeStatusReq. compareTo(TSetDataNodeStatusReq other)booleanTSetDataNodeStatusReq. equals(TSetDataNodeStatusReq that)voidIConfigNodeRPCService.Client. send_setDataNodeStatus(TSetDataNodeStatusReq req)voidIConfigNodeRPCService.AsyncClient. setDataNodeStatus(TSetDataNodeStatusReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIConfigNodeRPCService.AsyncIface. setDataNodeStatus(TSetDataNodeStatusReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIConfigNodeRPCService.Client. setDataNodeStatus(TSetDataNodeStatusReq req)TSStatusIConfigNodeRPCService.Iface. setDataNodeStatus(TSetDataNodeStatusReq req)TestOnly.IConfigNodeRPCService.setDataNodeStatus_argsIConfigNodeRPCService.setDataNodeStatus_args. setReq(TSetDataNodeStatusReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSetDataNodeStatusReq Constructor Description setDataNodeStatus_args(TSetDataNodeStatusReq req)setDataNodeStatus_call(TSetDataNodeStatusReq 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)TSetDataNodeStatusReq(TSetDataNodeStatusReq other)Performs a deep copy on other.
-