Uses of Interface
org.apache.zookeeper.server.ServerStats.Provider
Packages that use ServerStats.Provider
Package
Description
ZooKeeper server theory of operation
-
Uses of ServerStats.Provider in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement ServerStats.ProviderModifier and TypeClassDescriptionclassThis class implements a simple standalone ZooKeeperServer.Constructors in org.apache.zookeeper.server with parameters of type ServerStats.Provider -
Uses of ServerStats.Provider in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum that implement ServerStats.ProviderModifier and TypeClassDescriptionclassJust like the standard ZooKeeperServer.classJust like the standard ZooKeeperServer.classParent class for all ZooKeeperServers for LearnersclassA ZooKeeperServer for the Observer node type.classAbstract base class for all ZooKeeperServers that participate in a quorum.classA ZooKeeperServer which comes into play when peer is partitioned from the majority.