| Package | Description |
|---|---|
| org.apache.bookkeeper.stats |
A lightweight stats library used for exporting bookkeeper stats.
|
| Class and Description |
|---|
| Counter
Simple stats that require only increment and decrement
functions on a Long.
|
| Gauge
A guage is a value that has only one value at a specific point in time.
|
| NullStatsLogger
A no-op
StatsLogger. |
| NullStatsLogger.NullCounter
A no-op
Counter. |
| NullStatsLogger.NullOpStatsLogger
A no-op
OpStatsLogger. |
| OpStatsData
This class provides a read view of operation specific stats.
|
| OpStatsLogger
This interface handles logging of statistics related to each operation.
|
| StatsLogger
A simple interface that exposes just 2 useful methods.
|
| StatsProvider
Provider to provide stats logger for different scopes.
|
| ThreadRegistry.ThreadPoolThread
Stores the thread pool and ordinal.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.