Interface Metrics.MetricsResult
- Enclosing interface:
- Metrics
public static interface Metrics.MetricsResult
The result of a fetch metrics operation, initiated by a
Metrics.MetricsRequest
.- Since:
- 6.10
-
Method Summary
Modifier and TypeMethodDescriptiongetMetrics
(String serverName) Returns the metrics for a server.Returns a list of server names for which the result has metrics.
-
Method Details
-
getServerNames
Returns a list of server names for which the result has metrics. The names may be used withgetMetrics(String)
.- Returns:
- a set of server names
-
getMetrics
Returns the metrics for a server.- Parameters:
serverName
- the name of the server- Returns:
- the metrics for the server
-