Uses of Interface
oracle.kv.stats.MetricStats

Packages that use oracle.kv.stats.MetricStats
Package
Description
Statistics for Oracle NoSQL Database.
  • Uses of oracle.kv.stats.MetricStats in oracle.kv.stats

    Methods in oracle.kv.stats that return oracle.kv.stats.MetricStats in in
    Modifier and Type
    Method
    Description
    oracle.kv.stats.MetricStats
    EndpointMetrics.getAbortedDialogLatencyNanos()
    Deprecated.
    Returns the latency stats of aborted dialogs.
    oracle.kv.stats.MetricStats
    EndpointMetrics.getDialogConcurrency()
    Deprecated.
    Returns the stats of dialog concurrency.
    oracle.kv.stats.MetricStats
    EndpointMetrics.getFinishedDialogLatencyNanos()
    Deprecated.
    Returns the latency stats of finished dialogs.
    Methods in oracle.kv.stats that return types with arguments of type oracle.kv.stats.MetricStats in in
    Modifier and Type
    Method
    Description
    Map<String,oracle.kv.stats.MetricStats>
    EndpointMetrics.getEventLatencyNanosMap()
    Deprecated.
    Returns the map of a dialog latency breaking down into events latency.
    Map<String,oracle.kv.stats.MetricStats>
    ServiceAgentMetrics.getLaggingMs()
    Returns a map from region name to the region lag time in milliseconds.
    Map<String,oracle.kv.stats.MetricStats>
    ServiceAgentMetrics.getLatencyMs()
    Returns a map from region name to the latency time in milliseconds.