| Interface | Description |
|---|---|
| CallExecution |
Interface for a single execution object.
|
| ICustomDecoratorStats |
Interface for stats that requires
object-specific decorators instead
of class-specific.
|
| ISnapshotArchiver |
Archives stats snapshots per interval
|
| IStats |
IStats is the internal representation of a statistical value set.
|
| IStatsProducer<S extends IStats> |
This interface declares a stats producer.
|
| IStatsSnapshot |
This interface declares a snapshot of an instance of IStat that was taken at any time.
|
| LoggingAwareProducer |
This interface signals that the producer may support logging of method calls.
|
| StatsMXBean |
| Class | Description |
|---|---|
| AbstractCallExecution |
Adapter for CallExecution interface with some default behaviour.
|
| AbstractStats |
This abstract class is the super class of all statistical value sets.
|
| AbstractStatsProducer |
This abstract class is the super class of all IStatsProducer.
|
| GenericStats |
A generic
IStats type containing TypeAwareStatValues. |
Copyright © 2010-2020 anotheria.net. All Rights Reserved.