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 TypeClassDescriptionclass
This Request processor actually applies any transaction associated with a request and services any queries.class
This request processor is generally at the start of a RequestProcessor change.class
This RequestProcessor logs requests to disk.class
Manages 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 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
Responsible for performing local session upgrade.class
This RequestProcessor forwards any requests that modify the state of the system to the Leader.class
This RequestProcessor simply forwards requests to an AckRequestProcessor and SyncRequestProcessor.class
This processor is at the beginning of the ReadOnlyZooKeeperServer's processors chain.class
Constructors 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)