Uses of Class
org.apache.bookkeeper.stats.annotations.StatsDoc
-
Packages that use StatsDoc Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of StatsDoc in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client with annotations of type StatsDoc Modifier and Type Class Description (package private) class
BookieWatcherImpl
This class is responsible for maintaining a consistent view of what bookies are available by reading Zookeeper (and setting watches on the bookie nodes).class
LedgerFragmentReplicator
This is the helper class for replicating the fragments from one bookie to another.class
RackawareEnsemblePlacementPolicyImpl
Simple rackware ensemble placement policy.Fields in org.apache.bookkeeper.client with annotations of type StatsDoc Modifier and Type Field Description protected OpStatsLogger
TopologyAwareEnsemblePlacementPolicy. bookiesJoinedCounter
protected OpStatsLogger
TopologyAwareEnsemblePlacementPolicy. bookiesLeftCounter
protected Counter
RackawareEnsemblePlacementPolicyImpl. failedToResolveNetworkLocationCounter
(package private) Counter
TopologyAwareEnsemblePlacementPolicy.DNSResolverDecorator. failedToResolveNetworkLocationCounter
protected Counter
ZoneawareEnsemblePlacementPolicyImpl. failedToResolveNetworkLocationCounter
protected Gauge<java.lang.Integer>
ZoneawareEnsemblePlacementPolicyImpl. numWritableBookiesInDefaultFaultDomain
protected Gauge<java.lang.Integer>
RackawareEnsemblePlacementPolicyImpl. numWritableBookiesInDefaultRack
protected OpStatsLogger
RackawareEnsemblePlacementPolicyImpl. readReorderedCounter
-
Uses of StatsDoc in org.apache.bookkeeper.client.impl
Classes in org.apache.bookkeeper.client.impl with annotations of type StatsDoc Modifier and Type Class Description class
BookKeeperClientStatsImpl
The default implementation ofBookKeeperClientStats
.
-