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 TypeClassDescriptionclassThe SelectorThread receives newly accepted connections from the AcceptThread and is responsible for selecting for I/O readiness across the connections.classThis 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.classRepresents critical thread. -
Uses of ZooKeeperThread in org.apache.zookeeper.server.quorum
Subclasses of ZooKeeperThread 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.classThere will be an instance of this class created by the Leader for each learner.classclassLocal session tracker.classThis RequestProcessor forwards any requests that modify the state of the system to the Leader.classThread to listen on some portsclassThis class manages the quorum protocol.classThis processor is at the beginning of the ReadOnlyZooKeeperServer's processors chain.