Uses of Class
org.apache.zookeeper.server.ZooKeeperCriticalThread
Packages that use ZooKeeperCriticalThread
Package
Description
ZooKeeper server theory of operation
-
Uses of ZooKeeperCriticalThread in org.apache.zookeeper.server
Subclasses of ZooKeeperCriticalThread in org.apache.zookeeper.serverModifier and TypeClassDescriptionclassThis request processor is generally at the start of a RequestProcessor change.classWhen enabled, the RequestThrottler limits the number of outstanding requests currently submitted to the request processor pipeline.classThis is a full featured SessionTracker.classThis RequestProcessor logs requests to disk. -
Uses of ZooKeeperCriticalThread in org.apache.zookeeper.server.quorum
Subclasses of ZooKeeperCriticalThread in org.apache.zookeeper.server.quorumModifier and TypeClassDescriptionclassThis RequestProcessor matches the incoming committed requests with the locally submitted requests.classThis RequestProcessor forwards any requests that modify the state of the system to the Leader.classclassLocal session tracker.classThis RequestProcessor forwards any requests that modify the state of the system to the Leader.classThis processor is at the beginning of the ReadOnlyZooKeeperServer's processors chain.