Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDataNodeConfigurationResp
-
-
Uses of TDataNodeConfigurationResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDataNodeConfigurationResp Modifier and Type Field Description TDataNodeConfigurationRespIConfigNodeRPCService.getDataNodeConfiguration_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TDataNodeConfigurationResp Modifier and Type Method Description TDataNodeConfigurationRespTDataNodeConfigurationResp. deepCopy()TDataNodeConfigurationRespIConfigNodeRPCService.Client. getDataNodeConfiguration(int dataNodeId)TDataNodeConfigurationRespIConfigNodeRPCService.Iface. getDataNodeConfiguration(int dataNodeId)Get one or more DataNodes' configurationTDataNodeConfigurationRespIConfigNodeRPCService.AsyncClient.getDataNodeConfiguration_call. getResult()TDataNodeConfigurationRespIConfigNodeRPCService.getDataNodeConfiguration_result. getSuccess()TDataNodeConfigurationRespIConfigNodeRPCService.Client. recv_getDataNodeConfiguration()TDataNodeConfigurationRespTDataNodeConfigurationResp. setDataNodeConfigurationMap(Map<Integer,TDataNodeConfiguration> dataNodeConfigurationMap)TDataNodeConfigurationRespTDataNodeConfigurationResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TDataNodeConfigurationResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDataNodeConfigurationResp>IConfigNodeRPCService.AsyncProcessor.getDataNodeConfiguration. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeConfigurationResp Modifier and Type Method Description intTDataNodeConfigurationResp. compareTo(TDataNodeConfigurationResp other)booleanTDataNodeConfigurationResp. equals(TDataNodeConfigurationResp that)IConfigNodeRPCService.getDataNodeConfiguration_resultIConfigNodeRPCService.getDataNodeConfiguration_result. setSuccess(TDataNodeConfigurationResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDataNodeConfigurationResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getDataNodeConfiguration(int dataNodeId, org.apache.thrift.async.AsyncMethodCallback<TDataNodeConfigurationResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getDataNodeConfiguration(int dataNodeId, org.apache.thrift.async.AsyncMethodCallback<TDataNodeConfigurationResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getDataNodeConfiguration. start(I iface, IConfigNodeRPCService.getDataNodeConfiguration_args args, org.apache.thrift.async.AsyncMethodCallback<TDataNodeConfigurationResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeConfigurationResp Constructor Description getDataNodeConfiguration_result(TDataNodeConfigurationResp success)TDataNodeConfigurationResp(TDataNodeConfigurationResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDataNodeConfigurationResp Constructor Description getDataNodeConfiguration_call(int dataNodeId, org.apache.thrift.async.AsyncMethodCallback<TDataNodeConfigurationResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-