Uses of Package
org.apache.zookeeper.server.util
Packages that use org.apache.zookeeper.server.util
Package
Description
ZooKeeper server theory of operation
-
Classes in org.apache.zookeeper.server.util used by org.apache.zookeeper.serverClassDescriptionThis 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.This class holds the requests path ( up till a certain depth) stats per request type
-
Classes in org.apache.zookeeper.server.util used by org.apache.zookeeper.server.quorumClassDescriptionThis 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.This class provides a way of buffering sentBuffer and receivedBuffer messages in order.
-
Classes in org.apache.zookeeper.server.util used by org.apache.zookeeper.server.utilClassDescriptionThis 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.
-
Classes in org.apache.zookeeper.server.util used by org.apache.zookeeper.server.watchClassDescriptionUsing BitSet to store all the elements, and use HashSet to cache limited number of elements to find a balance between memory and time complexity.