Package | Description |
---|---|
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.quorum | |
org.apache.zookeeper.server.util | |
org.apache.zookeeper.server.watch |
Class and Description |
---|
JvmPauseMonitor
This code is originally from hadoop-common, see:
https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/JvmPauseMonitor.java
Class which sets up a simple thread which runs in a loop sleeping
for a short interval of time.
|
RequestPathMetricsCollector
This class holds the requests path ( up till a certain depth) stats per request type
|
Class and Description |
---|
JvmPauseMonitor
This code is originally from hadoop-common, see:
https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/JvmPauseMonitor.java
Class which sets up a simple thread which runs in a loop sleeping
for a short interval of time.
|
MessageTracker
This class provides a way of buffering sentBuffer and receivedBuffer messages in order.
|
Class and Description |
---|
AdHash
This incremental hash is used to keep track of the hash of
the data tree to that we can quickly validate that things
are in sync.
|
VerifyingFileFactory |
VerifyingFileFactory.Builder |
Class and Description |
---|
BitHashSet
Using BitSet to store all the elements, and use HashSet to cache limited
number of elements to find a balance between memory and time complexity.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.