Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDataNodeRestartReq
-
-
Uses of TDataNodeRestartReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDataNodeRestartReq Modifier and Type Field Description TDataNodeRestartReqIConfigNodeRPCService.restartDataNode_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TDataNodeRestartReq Modifier and Type Method Description TDataNodeRestartReqTDataNodeRestartReq. deepCopy()TDataNodeRestartReqIConfigNodeRPCService.restartDataNode_args. getReq()TDataNodeRestartReqTDataNodeRestartReq. setClusterName(String clusterName)TDataNodeRestartReqTDataNodeRestartReq. setDataNodeConfiguration(TDataNodeConfiguration dataNodeConfiguration)TDataNodeRestartReqTDataNodeRestartReq. setVersionInfo(TNodeVersionInfo versionInfo)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeRestartReq Modifier and Type Method Description intTDataNodeRestartReq. compareTo(TDataNodeRestartReq other)booleanTDataNodeRestartReq. equals(TDataNodeRestartReq that)voidIConfigNodeRPCService.AsyncClient. restartDataNode(TDataNodeRestartReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. restartDataNode(TDataNodeRestartReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp> resultHandler)TDataNodeRestartRespIConfigNodeRPCService.Client. restartDataNode(TDataNodeRestartReq req)TDataNodeRestartRespIConfigNodeRPCService.Iface. restartDataNode(TDataNodeRestartReq req)Restart an existed DataNodevoidIConfigNodeRPCService.Client. send_restartDataNode(TDataNodeRestartReq req)IConfigNodeRPCService.restartDataNode_argsIConfigNodeRPCService.restartDataNode_args. setReq(TDataNodeRestartReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeRestartReq Constructor Description restartDataNode_args(TDataNodeRestartReq req)restartDataNode_call(TDataNodeRestartReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TDataNodeRestartReq(TDataNodeRestartReq other)Performs a deep copy on other.
-