| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDecorator<S extends IStats>
An abstract class which implements basic functionality common to most decorators.
|
class |
DefaultDecorator
A NOOP decorator.
|
| Modifier and Type | Method and Description |
|---|---|
IDecorator |
DecoratorRegistryImpl.getDecorator(Class<? extends IStats> statsClazz) |
IDecorator |
IDecoratorRegistry.getDecorator(Class<? extends IStats> stats)
Returns the decorator for the given stats class.
|
IDecorator |
DecoratorRegistryImpl.getDecorator(IStats stats) |
IDecorator |
IDecoratorRegistry.getDecorator(IStats stats)
Deprecated.
|
IDecorator |
DecoratorRegistryImpl.getDecorator(String className) |
IDecorator |
IDecoratorRegistry.getDecorator(String statsClassName)
This method is added to enable remote registry instances work without having the need to transfer the
decorator class via network.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDecorator> |
DecoratorRegistryImpl.getDecorators() |
List<IDecorator> |
IDecoratorRegistry.getDecorators()
Returns all known decorators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorRegistryImpl.addDecorator(Class<? extends AbstractStats> clazz,
IDecorator decorator)
Add a decorator instance suitable for given Stats-Class.
|
void |
IDecoratorRegistry.addDecorator(Class<? extends AbstractStats> clazz,
IDecorator decorator)
Add a decorator instance suitable for given Stats-Class.
|
void |
DecoratorRegistryImpl.addDecorator(String clazzName,
IDecorator decorator)
Add a decorator instance suitable for given Stats-Class.
|
void |
IDecoratorRegistry.addDecorator(String clazzName,
IDecorator decorator)
Add a decorator instance suitable for given Stats-Class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CounterStatsDecorator
Decorator for counter stats object.
|
class |
GenericCounterDecorator
Generic decorator for counter stats based decorators.
|
class |
GuestBasicPremiumStatsDecorator
Decorator for guest/basic/premium traffic counter.
|
class |
MaleFemaleStatsDecorator
Decorator for male/female separator counter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionStatsDecorator
Decorator for actionstats - stats.
|
class |
CacheStatsDecorator |
class |
FilterStatsDecorator |
class |
GenericStatsDecorator
This is a gerneric stats-decorator implementation - will be used by default for all 'not build-in' stats.
|
class |
MemoryPoolStatsDecorator
A decorator for the memory pool stats provided by the VM (young, survivor, oldgen etc).
|
class |
MemoryStatsDecorator |
class |
OSStatsDecorator
A decorator for the memory pool stats provided by the VM (young, survivor, oldgen etc).
|
class |
PageInBrowserStatsDecorator
Decorator for
PageInBrowserStats. |
class |
RequestOrientedStatsDecorator
Base class for requested oriented stats - extending stats objects decorators.
|
class |
RuntimeStatsDecorator
A decorator for the memory pool stats provided by the VM (young, survivor, oldgen etc).
|
class |
ServiceStatsDecorator |
class |
ServletStatsDecorator
Decorator for servlet stats.
|
class |
SessionCountDecorator
Decorator for session count stats.
|
class |
ThreadCountDecorator
This decorator is used for presentation of the thread count producer.
|
class |
ThreadStatesDecorator
The decorator for the ThreadState BuiltinProducer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageStatsDecorator
Decorator for storage stats.
|
Copyright © 2010-2015 anotheria.net. All Rights Reserved.