| Package | Description |
|---|---|
| net.anotheria.moskito.core.blueprint | |
| net.anotheria.moskito.core.config |
This package contains configuration objects needed by different type of the moskito configuration.
|
| net.anotheria.moskito.core.counter |
This package contains ready to use counters for different purposes.
|
| net.anotheria.moskito.core.helper | |
| net.anotheria.moskito.core.logging | |
| net.anotheria.moskito.core.predefined | |
| net.anotheria.moskito.core.producers | |
| net.anotheria.moskito.core.registry | |
| net.anotheria.moskito.core.stats | |
| net.anotheria.moskito.core.stats.impl | |
| net.anotheria.moskito.core.util.session | |
| net.anotheria.moskito.core.util.storage |
This package contains a utility for storage monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
protected Interval[] |
BlueprintProducer.getMonitoringIntervals() |
| Modifier and Type | Method and Description |
|---|---|
Interval[] |
MoskitoConfiguration.getConfiguredIntervals() |
| Constructor and Description |
|---|
CounterStats(java.lang.String name,
Interval[] intervals)
Creates new counter stats object.
|
CounterStatsFactory(Interval[] myIntervals)
Constructor.
|
GenericCounterStats(java.lang.String name,
Interval[] intervals,
java.util.List<java.lang.String> counters)
Main constructor, counter names as list
|
GenericCounterStats(java.lang.String name,
Interval[] intervals,
java.lang.String... counters)
Main constructor, counter names as array
|
GuestBasicPremiumStats(java.lang.String name,
Interval[] intervals) |
MaleFemaleStats(java.lang.String name,
Interval[] intervals)
Creates a new stats object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntervalListener.intervalUpdated(Interval aCaller) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntervalStatsLogger.intervalUpdated(Interval caller)
Called by the timer.
|
| Constructor and Description |
|---|
IntervalStatsLogger(IStatsProducer aTarget,
Interval anInterval,
ILogOutput anOutput)
Creates a new IntervalStatsLogger and connects it to the given target, interval and output.
|
IntervalStatsLogger(IStatsProducer aTarget,
Interval anInterval,
ILogOutput anOutput,
TimeUnit unit)
Creates a new IntervalStatsLogger and connects it to the given target, interval and output.
|
| Modifier and Type | Method and Description |
|---|---|
static Interval[] |
Constants.getDefaultIntervals()
Returns currently configured intervals.
|
Interval[] |
AbstractStatsFactory.getIntervals() |
Interval[] |
RequestOrientedStats.getSelectedIntervals() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestOrientedStats.setSelectedIntervals(Interval[] selectedIntervals) |
| Constructor and Description |
|---|
AbstractStatsFactory(Interval[] configuredIntervals)
Creates a new factory with custom intervals.
|
ActionStats(java.lang.String aMethodName,
Interval[] intervals) |
CacheStats(java.lang.String aName,
Interval[] selectedIntervals)
Creates a new cachestats object.
|
ErrorStats(java.lang.String aName,
Interval[] selectedIntervals)
Creates a new cachestats object.
|
FilterStats(java.lang.String aMethodName,
Interval[] intervals)
Creates a new FilterStats object with given name and intervals.
|
FilterStatsFactory(Interval[] configuredIntervals)
Creates a new FilterStatsFactory with custom intervals.
|
MemoryPoolStats(java.lang.String aName,
Interval[] selectedIntervals)
Creates a new unnamed memory pool stats object.
|
MemoryStats(java.lang.String aName,
Interval[] selectedIntervals) |
OSStats(java.lang.String aName,
Interval[] selectedIntervals) |
PageInBrowserStats(java.lang.String urlPath,
Interval[] selectedIntervals)
Constructor.
|
PageInBrowserStatsFactory(Interval[] intervalSelection)
Constructor.
|
QueueStats(java.lang.String aName,
Interval[] selectedIntervals)
Creates a new queue stats object.
|
QueuingSystemStats(java.lang.String aName,
Interval[] selectedIntervals) |
RequestOrientedStats(java.lang.String aMethodName,
Interval[] aSelectedIntervals)
Creates a new request oriented stats object with given method name and intervals.
|
RuntimeStats(java.lang.String aName,
Interval[] selectedIntervals) |
ServiceStats(java.lang.String aMethodName,
Interval[] intervals) |
ServiceStatsFactory(Interval[] configuredIntervals)
Creates a new factory with custom intervals.
|
ServletStats(java.lang.String aMethodName,
Interval[] intervals) |
ThreadCountStats(Interval[] intervals)
Creates new ThreadCountStats.
|
ThreadStateStats(java.lang.String aName,
Interval[] selectedIntervals) |
VirtualMemoryPoolStats(java.lang.String aName,
Interval[] selectedIntervals)
Creates a new VirtualMemoryPoolStats object with given name and special intervals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISnapshotArchiver.archive(Interval aCaller,
IStatsSnapshot snapshot,
java.lang.String hostName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerRegistryAPIImpl.intervalCreated(Interval aInterval) |
void |
ProducerRegistryAPIImpl.intervalUpdated(Interval aCaller) |
| Constructor and Description |
|---|
IntervalInfo(Interval aInterval) |
| Modifier and Type | Field and Description |
|---|---|
static Interval |
DefaultIntervals.FIFTEEN_MINUTES
Deprecated.
an interval of fifteen minutes
|
static Interval |
DefaultIntervals.FIVE_MINUTES
Deprecated.
an interval of five minutes
|
static Interval |
DefaultIntervals.ONE_DAY
Deprecated.
an interval of one day
|
static Interval |
DefaultIntervals.ONE_HOUR
Deprecated.
an interval of one hour
|
static Interval |
DefaultIntervals.ONE_MINUTE
Deprecated.
an interval of one minute
|
static Interval |
DefaultIntervals.TWELVE_HOURS
Deprecated.
an interval of one hour
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatValue.addInterval(Interval aInterval)
This method adds the given Interval.
|
ValueHolder |
IValueHolderFactory.createValueHolder(Interval aInterval)
This method creates a new ValueHolder instance for the given Interval.
|
void |
IntervalRegistryListener.intervalCreated(Interval aInterval)
This method will be called after a new Interval was created.
|
void |
IIntervalListener.intervalUpdated(Interval aCaller)
This method will be called if the time of the given Interval was elapsed.
|
| Modifier and Type | Method and Description |
|---|---|
Interval |
IntervalRegistry.getInterval(java.lang.String aName)
This method retrieves an Interval with the given name.
|
Interval |
IntervalRegistry.getInterval(java.lang.String aName,
int aLength)
This method retrieves an Interval with the given name.
|
Interval |
IntervalRegistry.getIntervalOnlyIfExisting(java.lang.String aName)
Same as getInterval(aName) except that it doesn't create an interval implicitely.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Interval> |
IntervalRegistry.getIntervals()
This method returns a list containing all known Intervals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetailedTypeAwareStatValueImpl.addInterval(Interval aInterval) |
static DetailedStatValue |
StatValueFactory.createDetailedStatValue(java.lang.Object aPattern,
java.lang.String aName,
Interval[] aIntervals) |
static DetailedStatValue |
StatValueFactory.createDetailedStatValue(StatValueTypes aType,
java.lang.String aName,
Interval[] aIntervals) |
static StatValue |
StatValueFactory.createStatValue(java.lang.Object aPattern,
java.lang.String aName,
Interval[] aIntervals)
This method creates a new StatValue instance.
|
static TypeAwareStatValue |
StatValueFactory.createStatValue(StatValueTypes aType,
java.lang.String aName,
Interval[] aIntervals)
This method creates a StatValue instance.
|
protected net.anotheria.moskito.core.stats.impl.AbstractValueHolder |
DoubleValueHolderFactory.createValueHolderObject(Interval aInterval)
This method creates the new ValueHolder instance.
|
protected net.anotheria.moskito.core.stats.impl.AbstractValueHolder |
DiffLongValueHolderFactory.createValueHolderObject(Interval aInterval) |
void |
DoubleValueHolder.intervalUpdated(Interval aCaller)
This method will be called if the time of the given Interval was elapsed.
|
void |
DiffLongValueHolder.intervalUpdated(Interval caller) |
| Constructor and Description |
|---|
DiffLongValueHolder(Interval anInterval) |
DoubleValueHolder(Interval aInterval)
Constructs an instance of DoubleValueHolder.
|
| Constructor and Description |
|---|
SessionCountFactory(Interval[] configuredIntervals)
Creates a new factory with custom intervals.
|
SessionCountStats(java.lang.String name,
Interval[] intervals) |
| Constructor and Description |
|---|
StorageStats(java.lang.String aName,
Interval[] selectedIntervals)
Creates a new storage stats object with the given name and intervals.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.