Uses of Class
org.apache.zookeeper.server.ZooKeeperThread
-
Packages that use ZooKeeperThread Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.quorum -
-
Uses of ZooKeeperThread in org.apache.zookeeper.server
Subclasses of ZooKeeperThread in org.apache.zookeeper.server Modifier and Type Class Description classPrepRequestProcessorThis request processor is generally at the start of a RequestProcessor change.classSessionTrackerImplThis is a full featured SessionTracker.classSyncRequestProcessorThis RequestProcessor logs requests to disk.classZooKeeperCriticalThreadRepresents critical thread. -
Uses of ZooKeeperThread in org.apache.zookeeper.server.quorum
Subclasses of ZooKeeperThread in org.apache.zookeeper.server.quorum Modifier and Type Class Description classCommitProcessorThis RequestProcessor matches the incoming committed requests with the locally submitted requests.classFollowerRequestProcessorThis RequestProcessor forwards any requests that modify the state of the system to the Leader.classLearnerHandlerThere will be an instance of this class created by the Leader for each learner.classObserverRequestProcessorThis RequestProcessor forwards any requests that modify the state of the system to the Leader.classQuorumCnxManager.ListenerThread to listen on some portclassQuorumPeerThis class manages the quorum protocol.classReadOnlyRequestProcessorThis processor is at the beginning of the ReadOnlyZooKeeperServer's processors chain.
-