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 SummaryModifier and TypeMethodDescriptiongetMetrics(String serverName) Returns the metrics for a server.Returns a list of server names for which the result has metrics.
- 
Method Details- 
getServerNamesReturns a list of server names for which the result has metrics. The names may be used withgetMetrics(String).- Returns:
- a set of server names
 
- 
getMetricsReturns the metrics for a server.- Parameters:
- serverName- the name of the server
- Returns:
- the metrics for the server
 
 
-