Uses of Class
org.apache.zookeeper.server.ZooKeeperThread
Packages that use ZooKeeperThread
Package
Description
ZooKeeper server theory of operation
-
Uses of ZooKeeperThread in org.apache.zookeeper.server
Subclasses of ZooKeeperThread in org.apache.zookeeper.serverModifier and TypeClassDescriptionclass
The SelectorThread receives newly accepted connections from the AcceptThread and is responsible for selecting for I/O readiness across the connections.class
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.class
Represents critical thread. -
Uses of ZooKeeperThread in org.apache.zookeeper.server.quorum
Subclasses of ZooKeeperThread 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
There will be an instance of this class created by the Leader for each learner.class
class
Local session tracker.class
This RequestProcessor forwards any requests that modify the state of the system to the Leader.class
Thread to listen on some portsclass
This class manages the quorum protocol.class
This processor is at the beginning of the ReadOnlyZooKeeperServer's processors chain.