Uses of Interface
oracle.kv.stats.EndpointMetrics
-
Packages that use EndpointMetrics Package Description oracle.kv.stats Statistics for Oracle NoSQL Database. -
-
Uses of EndpointMetrics in oracle.kv.stats
Methods in oracle.kv.stats that return EndpointMetrics Modifier and Type Method Description EndpointMetricsEndpointGroupMetrics. getEndpointMetrics(java.lang.String address)Deprecated.Returns the metrics for the endpoint identified by the given string (specifying the IP address).Methods in oracle.kv.stats that return types with arguments of type EndpointMetrics Modifier and Type Method Description java.util.List<EndpointMetrics>EndpointGroupMetrics. getEndpointMetricsList()Deprecated.Returns a list of metrics of endpoints connecting to nodes.
-