Uses of Interface
org.apache.bookkeeper.stats.Counter
Packages that use Counter
Package
Description
Provides a Bookie server that stores entries for clients.
Package of the classes for defining bookie stats.
Support for bookie entry logs using Direct IO.
Classes related to DB based ledger storage.
BookKeeper Client.
BookKeeper Client implementation package.
Stats Related Utils.
Classes related to the Bookkeeper protocol.
Classes for replicating Bookkeeper data.
A lightweight stats library used for exporting bookkeeper stats.
A lightweight stats library implementation based on Codahale metrics library.
A stats provider implementation based on OpenTelemetry.
A stats provider implementation based on {@link https://prometheus.io/}.
A simple retryable zookeeper wrapper provided in bookkeeper.
-
Uses of Counter in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as CounterMethods in org.apache.bookkeeper.bookie with parameters of type CounterModifier and TypeMethodDescription(package private) static Journal.QueueEntryJournal.QueueEntry.create(io.netty.buffer.ByteBuf entry, boolean ackBeforeSync, long ledgerId, long entryId, BookkeeperInternalCallbacks.WriteCallback cb, Object ctx, long enqueueTime, OpStatsLogger journalAddEntryStats, Counter callbackTime) -
Uses of Counter in org.apache.bookkeeper.bookie.stats
Methods in org.apache.bookkeeper.bookie.stats that return CounterModifier and TypeMethodDescriptionGarbageCollectorStats.getDeletedLedgerCounter()GarbageCollectorStats.getEntryLocationCompactionCounter()IndexPersistenceMgrStats.getEvictedLedgersCounter()EntryMemTableStats.getFlushBytesCounter()JournalStats.getFlushEmptyQueueCounter()JournalStats.getFlushMaxOutstandingBytesCounter()JournalStats.getFlushMaxWaitCounter()BookieStats.getForceLedgerOps()JournalStats.getForceWriteQueueSize()IndexInMemPageMgrStats.getIllegalStateDeleteCounter()IndexInMemPageMgrStats.getIllegalStateResetCounter()JournalStats.getJournalQueueSize()JournalStats.getJournalWriteBytes()GarbageCollectorStats.getMajorCompactionCounter()GarbageCollectorStats.getMinorCompactionCounter()IndexPersistenceMgrStats.getPendingGetFileInfoCounter()BookieStats.getReadBytes()GarbageCollectorStats.getReclaimedSpaceViaCompaction()GarbageCollectorStats.getReclaimedSpaceViaDeletes()GarbageCollectorStats.getReclaimFailedToDelete()EntryMemTableStats.getThrottlingCounter()BookieStats.getWriteBytes()Methods in org.apache.bookkeeper.bookie.stats with parameters of type CounterModifier and TypeMethodDescriptionvoidJournalStats.setFlushMaxOutstandingBytesCounter(Counter flushMaxOutstandingBytesCounter) -
Uses of Counter in org.apache.bookkeeper.bookie.storage.directentrylogger
Methods in org.apache.bookkeeper.bookie.storage.directentrylogger that return CounterModifier and TypeMethodDescription(package private) CounterDirectEntryLoggerStats.getCachedReadersServedClosedCounter()(package private) CounterDirectEntryLoggerStats.getCloseReaderCounter()(package private) CounterDirectEntryLoggerStats.getOpenReaderCounter() -
Uses of Counter in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb that return CounterModifier and TypeMethodDescriptionDbLedgerStorageStats.getReadAheadTime()DbLedgerStorageStats.getReadCacheHitCounter()DbLedgerStorageStats.getReadCacheMissCounter()DbLedgerStorageStats.getReadFromEntryLogTime()DbLedgerStorageStats.getReadFromLocationIndexTime()DbLedgerStorageStats.getRejectedWriteRequests()DbLedgerStorageStats.getThrottledWriteRequests()DbLedgerStorageStats.getWriteCacheHitCounter()DbLedgerStorageStats.getWriteCacheMissCounter() -
Uses of Counter in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as CounterModifier and TypeFieldDescription(package private) final CounterLedgerHandle.ensembleChangeCounterprotected CounterRackawareEnsemblePlacementPolicyImpl.failedToResolveNetworkLocationCounter(package private) final CounterTopologyAwareEnsemblePlacementPolicy.DNSResolverDecorator.failedToResolveNetworkLocationCounterprotected CounterZoneawareEnsemblePlacementPolicyImpl.failedToResolveNetworkLocationCounter(package private) final CounterLedgerHandle.lacUpdateHitsCounter(package private) final CounterLedgerHandle.lacUpdateMissesCounterMethods in org.apache.bookkeeper.client that return CounterModifier and TypeMethodDescriptionBookKeeperClientStats.getAddOpUrCounter()BookKeeperClientStats.getEnsembleBookieDistributionCounter(String bookie) BookKeeperClientStats.getEnsembleChangeCounter()BookKeeperClientStats.getLacUpdateHitsCounter()BookKeeperClientStats.getLacUpdateMissesCounter()BookKeeperClientStats.getReadOpDmCounter()BookKeeperClientStats.getSpeculativeReadCounter()BookKeeperClientStats.getWriteDelayedDueToNotEnoughFaultDomains()BookKeeperClientStats.getWriteTimedOutDueToNotEnoughFaultDomains()Constructors in org.apache.bookkeeper.client with parameters of type CounterModifierConstructorDescription(package private)DNSResolverDecorator(DNSToSwitchMapping resolver, Supplier<String> defaultRackSupplier, Counter failedToResolveNetworkLocationCounter) -
Uses of Counter in org.apache.bookkeeper.client.impl
Methods in org.apache.bookkeeper.client.impl that return CounterModifier and TypeMethodDescriptionBookKeeperClientStatsImpl.getAddOpUrCounter()BookKeeperClientStatsImpl.getEnsembleBookieDistributionCounter(String bookie) BookKeeperClientStatsImpl.getEnsembleChangeCounter()BookKeeperClientStatsImpl.getLacUpdateHitsCounter()BookKeeperClientStatsImpl.getLacUpdateMissesCounter()BookKeeperClientStatsImpl.getReadOpDmCounter()BookKeeperClientStatsImpl.getSpeculativeReadCounter()BookKeeperClientStatsImpl.getWriteDelayedDueToNotEnoughFaultDomains()BookKeeperClientStatsImpl.getWriteTimedOutDueToNotEnoughFaultDomains() -
Uses of Counter in org.apache.bookkeeper.common.stats
Methods in org.apache.bookkeeper.common.stats that return CounterModifier and TypeMethodDescriptionBroadCastStatsLogger.Two.getCounter(String statName) BroadCastStatsLogger.Two.getThreadScopedCounter(String name) Thread-scoped stats not currently supported. -
Uses of Counter in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as CounterModifier and TypeFieldDescriptionprotected final CounterPerChannelBookieClient.addEntryOutstandingprotected final CounterPerChannelBookieClient.readEntryOutstanding(package private) final CounterRequestStats.readLastEntryNoEntryErrorCounterMethods in org.apache.bookkeeper.proto that return CounterModifier and TypeMethodDescriptionRequestStats.getAddEntryRejectedCounter()RequestStats.getReadEntryRejectedCounter()RequestStats.getReadLastEntryNoEntryErrorCounter() -
Uses of Counter in org.apache.bookkeeper.replication
Methods in org.apache.bookkeeper.replication that return CounterModifier and TypeMethodDescriptionAuditorStats.getNumBookieAuditsDelayed()AuditorStats.getNumDelayedBookieAuditsCancelled()AuditorStats.getNumLedgersChecked()AuditorStats.getNumSkippingCheckTaskTimes() -
Uses of Counter in org.apache.bookkeeper.stats
Classes in org.apache.bookkeeper.stats that implement CounterModifier and TypeClassDescription(package private) static classA no-opCounter.Fields in org.apache.bookkeeper.stats with type parameters of type CounterModifier and TypeFieldDescriptionprotected final ConcurrentMap<String,Counter> CachingStatsLogger.countersMethods in org.apache.bookkeeper.stats that return CounterModifier and TypeMethodDescriptionCachingStatsLogger.getCounter(String name) NullStatsLogger.getCounter(String name) StatsLogger.getCounter(String name) CachingStatsLogger.getThreadScopedCounter(String name) Thread-scoped stats not currently supported.NullStatsLogger.getThreadScopedCounter(String name) StatsLogger.getThreadScopedCounter(String name) -
Uses of Counter in org.apache.bookkeeper.stats.codahale
Methods in org.apache.bookkeeper.stats.codahale that return CounterModifier and TypeMethodDescriptionCodahaleStatsLogger.getCounter(String statName) CodahaleStatsLogger.getThreadScopedCounter(String name) Thread-scoped stats not currently supported. -
Uses of Counter in org.apache.bookkeeper.stats.otel
Classes in org.apache.bookkeeper.stats.otel that implement CounterMethods in org.apache.bookkeeper.stats.otel that return CounterModifier and TypeMethodDescriptionOtelStatsLogger.getCounter(String name) OtelStatsLogger.getThreadScopedCounter(String name) -
Uses of Counter in org.apache.bookkeeper.stats.prometheus
Classes in org.apache.bookkeeper.stats.prometheus that implement CounterModifier and TypeClassDescriptionclassclassCounterimplementation that lazily registers LongAdderCounters per thread * with added labels for the threadpool/thread name and thread no.Methods in org.apache.bookkeeper.stats.prometheus that return CounterModifier and TypeMethodDescriptionPrometheusStatsLogger.getCounter(String name) PrometheusStatsLogger.getThreadScopedCounter(String name) -
Uses of Counter in org.apache.bookkeeper.zookeeper
Methods in org.apache.bookkeeper.zookeeper that return CounterModifier and TypeMethodDescriptionZooKeeperWatcherBase.getStateCounter(org.apache.zookeeper.Watcher.Event.KeeperState state)