Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDataNodeRestartResp
-
-
Uses of TDataNodeRestartResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDataNodeRestartResp Modifier and Type Field Description TDataNodeRestartRespIConfigNodeRPCService.restartDataNode_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TDataNodeRestartResp Modifier and Type Method Description TDataNodeRestartRespTDataNodeRestartResp. deepCopy()TDataNodeRestartRespIConfigNodeRPCService.AsyncClient.restartDataNode_call. getResult()TDataNodeRestartRespIConfigNodeRPCService.restartDataNode_result. getSuccess()TDataNodeRestartRespIConfigNodeRPCService.Client. recv_restartDataNode()TDataNodeRestartRespIConfigNodeRPCService.Client. restartDataNode(TDataNodeRestartReq req)TDataNodeRestartRespIConfigNodeRPCService.Iface. restartDataNode(TDataNodeRestartReq req)Restart an existed DataNodeTDataNodeRestartRespTDataNodeRestartResp. setConfigNodeList(List<TConfigNodeLocation> configNodeList)TDataNodeRestartRespTDataNodeRestartResp. setRuntimeConfiguration(TRuntimeConfiguration runtimeConfiguration)TDataNodeRestartRespTDataNodeRestartResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TDataNodeRestartResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp>IConfigNodeRPCService.AsyncProcessor.restartDataNode. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeRestartResp Modifier and Type Method Description intTDataNodeRestartResp. compareTo(TDataNodeRestartResp other)booleanTDataNodeRestartResp. equals(TDataNodeRestartResp that)IConfigNodeRPCService.restartDataNode_resultIConfigNodeRPCService.restartDataNode_result. setSuccess(TDataNodeRestartResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDataNodeRestartResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. restartDataNode(TDataNodeRestartReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. restartDataNode(TDataNodeRestartReq req, org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.restartDataNode. start(I iface, IConfigNodeRPCService.restartDataNode_args args, org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeRestartResp Constructor Description restartDataNode_result(TDataNodeRestartResp success)TDataNodeRestartResp(TDataNodeRestartResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDataNodeRestartResp Constructor Description 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)
-