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 TypeClassDescriptionclass
This request processor is generally at the start of a RequestProcessor change.class
When enabled, the RequestThrottler limits the number of outstanding requests currently submitted to the request processor pipeline.class
This is a full featured SessionTracker.class
This RequestProcessor logs requests to disk. -
Uses of ZooKeeperCriticalThread in org.apache.zookeeper.server.quorum
Subclasses of ZooKeeperCriticalThread in org.apache.zookeeper.server.quorumModifier and TypeClassDescriptionclass
This RequestProcessor matches the incoming committed requests with the locally submitted requests.class
This RequestProcessor forwards any requests that modify the state of the system to the Leader.class
class
Local session tracker.class
This RequestProcessor forwards any requests that modify the state of the system to the Leader.class
This processor is at the beginning of the ReadOnlyZooKeeperServer's processors chain.