Package | Description |
---|---|
org.apache.zookeeper.metrics | |
org.apache.zookeeper.metrics.impl | |
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
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.