Package | Description |
---|---|
org.apache.zookeeper.metrics | |
org.apache.zookeeper.metrics.impl | |
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.metric |
Modifier and Type | Method and Description |
---|---|
SummarySet |
MetricsContext.getSummarySet(String name,
MetricsContext.DetailLevel detailLevel)
Returns a set of summaries.
|
Modifier and Type | Method and Description |
---|---|
SummarySet |
NullMetricsProvider.NullMetricsContext.getSummarySet(String name,
MetricsContext.DetailLevel detailLevel) |
Modifier and Type | Field and Description |
---|---|
SummarySet |
ServerMetrics.ACK_LATENCY |
SummarySet |
ServerMetrics.LEARNER_HANDLER_QP_SIZE
Learner handler quorum packet metrics.
|
SummarySet |
ServerMetrics.LEARNER_HANDLER_QP_TIME |
SummarySet |
ServerMetrics.READ_PER_NAMESPACE |
SummarySet |
ServerMetrics.WRITE_PER_NAMESPACE |
Modifier and Type | Method and Description |
---|---|
void |
Request.logLatency(SummarySet metric,
String key) |
void |
Request.logLatency(SummarySet metric,
String key,
long currentTime) |
Modifier and Type | Class and Description |
---|---|
class |
AvgMinMaxCounterSet
Generic set of long counters that keep track of min/max/avg
for different keys.
|
class |
AvgMinMaxPercentileCounterSet
Generic set of long counters that keep track of min/max/avg
for different keys.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.