Package | Description |
---|---|
org.apache.zookeeper.metrics | |
org.apache.zookeeper.metrics.impl |
Modifier and Type | Method and Description |
---|---|
static MetricsContext.DetailLevel |
MetricsContext.DetailLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsContext.DetailLevel[] |
MetricsContext.DetailLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Summary |
MetricsContext.getSummary(String name,
MetricsContext.DetailLevel detailLevel)
Returns a summary.
|
SummarySet |
MetricsContext.getSummarySet(String name,
MetricsContext.DetailLevel detailLevel)
Returns a set of summaries.
|
Modifier and Type | Method and Description |
---|---|
Summary |
NullMetricsProvider.NullMetricsContext.getSummary(String name,
MetricsContext.DetailLevel detailLevel) |
SummarySet |
NullMetricsProvider.NullMetricsContext.getSummarySet(String name,
MetricsContext.DetailLevel detailLevel) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.