| Interface | Description |
|---|---|
| ApdexStats | |
| CountStats | |
| DataUsageStats |
Used to generate metrics on data usage
|
| ResponseTimeStats |
Used to record method invocation time.
|
| Stats | |
| StatsBase | |
| StatsEngine |
This class maps
MetricName objects to Stats objects. |
| StatsService | |
| StatsWork |
StatsWork items are submitted to the
StatsService. |
| Class | Description |
|---|---|
| AbstractMetricAggregator |
This base implementation of a metric aggregator verifies input and catches and logs all exceptions thrown by the
classes implementing the main logic.
|
| AbstractStats |
This class is not thread-safe.
|
| ApdexPerfZoneDetermination | |
| ApdexStatsImpl |
This class is not thread-safe.
|
| DataUsageStatsImpl | |
| IncrementCounter | |
| MergeStatsEngine | |
| MonotonicallyIncreasingStatsEngine | |
| RecordDataUsageMetric | |
| RecordResponseTimeMetric | |
| ResponseTimeStatsImpl |
This class is not thread-safe.
|
| SimpleStatsEngine |
A class for recording metric stats.
|
| StatsEngineImpl |
A class for recording metric stats.
|
| StatsImpl |
This class is not thread-safe.
|
| StatsServiceImpl |
A class to record and harvest metric data.
|
| StatsWorks | |
| TransactionStats |
Holds the scoped and unscoped stats for a single transaction.
|
| Exception | Description |
|---|---|
| InvalidStatsException |