Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetDataNodeLocationsResp
-
-
Uses of TGetDataNodeLocationsResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetDataNodeLocationsResp Modifier and Type Field Description TGetDataNodeLocationsRespIConfigNodeRPCService.getRunningDataNodeLocations_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetDataNodeLocationsResp Modifier and Type Method Description TGetDataNodeLocationsRespTGetDataNodeLocationsResp. deepCopy()TGetDataNodeLocationsRespIConfigNodeRPCService.AsyncClient.getRunningDataNodeLocations_call. getResult()TGetDataNodeLocationsRespIConfigNodeRPCService.Client. getRunningDataNodeLocations()TGetDataNodeLocationsRespIConfigNodeRPCService.Iface. getRunningDataNodeLocations()Get all DataNodeLocations of Running DataNodesTGetDataNodeLocationsRespIConfigNodeRPCService.getRunningDataNodeLocations_result. getSuccess()TGetDataNodeLocationsRespIConfigNodeRPCService.Client. recv_getRunningDataNodeLocations()TGetDataNodeLocationsRespTGetDataNodeLocationsResp. setDataNodeLocationList(List<TDataNodeLocation> dataNodeLocationList)TGetDataNodeLocationsRespTGetDataNodeLocationsResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetDataNodeLocationsResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetDataNodeLocationsResp>IConfigNodeRPCService.AsyncProcessor.getRunningDataNodeLocations. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetDataNodeLocationsResp Modifier and Type Method Description intTGetDataNodeLocationsResp. compareTo(TGetDataNodeLocationsResp other)booleanTGetDataNodeLocationsResp. equals(TGetDataNodeLocationsResp that)IConfigNodeRPCService.getRunningDataNodeLocations_resultIConfigNodeRPCService.getRunningDataNodeLocations_result. setSuccess(TGetDataNodeLocationsResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetDataNodeLocationsResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getRunningDataNodeLocations(org.apache.thrift.async.AsyncMethodCallback<TGetDataNodeLocationsResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getRunningDataNodeLocations(org.apache.thrift.async.AsyncMethodCallback<TGetDataNodeLocationsResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getRunningDataNodeLocations. start(I iface, IConfigNodeRPCService.getRunningDataNodeLocations_args args, org.apache.thrift.async.AsyncMethodCallback<TGetDataNodeLocationsResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetDataNodeLocationsResp Constructor Description getRunningDataNodeLocations_result(TGetDataNodeLocationsResp success)TGetDataNodeLocationsResp(TGetDataNodeLocationsResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetDataNodeLocationsResp Constructor Description getRunningDataNodeLocations_call(org.apache.thrift.async.AsyncMethodCallback<TGetDataNodeLocationsResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-