public abstract class AbstractStatsFactory<Stats extends IStats> extends java.lang.Object implements IOnDemandStatsFactory<Stats>
IOnDemandStatsFactory impl.| Constructor and Description |
|---|
AbstractStatsFactory()
Creates a new factory with default intervals.
|
AbstractStatsFactory(Interval[] configuredIntervals)
Creates a new factory with custom intervals.
|
| Modifier and Type | Method and Description |
|---|---|
Interval[] |
getIntervals() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateStatsObjectpublic AbstractStatsFactory(Interval[] configuredIntervals)
configuredIntervals - Interval arraypublic AbstractStatsFactory()
public Interval[] getIntervals()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.