Uses of Interface
org.apache.zookeeper.server.RequestProcessor
Packages that use RequestProcessor
Package
Description
ZooKeeper server theory of operation
-
Uses of RequestProcessor in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement RequestProcessorModifier and TypeClassDescriptionclassThis Request processor actually applies any transaction associated with a request and services any queries.classThis request processor is generally at the start of a RequestProcessor change.classThis RequestProcessor logs requests to disk.classManages the unknown requests (i.e.Fields in org.apache.zookeeper.server declared as RequestProcessorConstructors in org.apache.zookeeper.server with parameters of type RequestProcessorModifierConstructorDescriptionContainerManager(ZKDatabase zkDb, RequestProcessor requestProcessor, int checkIntervalMs, int maxPerMinute) ContainerManager(ZKDatabase zkDb, RequestProcessor requestProcessor, int checkIntervalMs, int maxPerMinute, long maxNeverUsedIntervalMs) PrepRequestProcessor(ZooKeeperServer zks, RequestProcessor nextProcessor) SyncRequestProcessor(ZooKeeperServer zks, RequestProcessor nextProcessor) -
Uses of RequestProcessor in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum that implement RequestProcessorModifier 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.classResponsible for performing local session upgrade.classThis RequestProcessor forwards any requests that modify the state of the system to the Leader.classThis RequestProcessor simply forwards requests to an AckRequestProcessor and SyncRequestProcessor.classThis processor is at the beginning of the ReadOnlyZooKeeperServer's processors chain.classConstructors in org.apache.zookeeper.server.quorum with parameters of type RequestProcessorModifierConstructorDescriptionCommitProcessor(RequestProcessor nextProcessor, String id, boolean matchSyncs, ZooKeeperServerListener listener) FollowerRequestProcessor(FollowerZooKeeperServer zks, RequestProcessor nextProcessor) LeaderRequestProcessor(LeaderZooKeeperServer zks, RequestProcessor nextProcessor) ObserverRequestProcessor(ObserverZooKeeperServer zks, RequestProcessor nextProcessor) Constructor - takes an ObserverZooKeeperServer to associate with and the next processor to pass requests to after we're finished.ProposalRequestProcessor(LeaderZooKeeperServer zks, RequestProcessor nextProcessor) ReadOnlyRequestProcessor(ZooKeeperServer zks, RequestProcessor nextProcessor)