Uses of Class
org.elasticsearch.node.ResponseCollectorService.ComputedNodeStats
-
Packages that use ResponseCollectorService.ComputedNodeStats Package Description org.elasticsearch.node -
-
Uses of ResponseCollectorService.ComputedNodeStats in org.elasticsearch.node
Methods in org.elasticsearch.node that return types with arguments of type ResponseCollectorService.ComputedNodeStats Modifier and Type Method Description Map<String,ResponseCollectorService.ComputedNodeStats>ResponseCollectorService. getAllNodeStatistics()Map<String,ResponseCollectorService.ComputedNodeStats>AdaptiveSelectionStats. getComputedStats()Returns a map of node id to the computed statsOptional<ResponseCollectorService.ComputedNodeStats>ResponseCollectorService. getNodeStatistics(String nodeId)Optionally return aNodeStatisticsfor the given nodeid, if response information exists for the given node.
-