|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.quartz.utils.counter Class CounterConfig
java.lang.Objectorg.quartz.utils.counter.CounterConfig
- Direct Known Subclasses:
- SampledCounterConfig
public class CounterConfig
- extends Object
Config for a simple Counter
- Since:
- 1.8
- Author:
- Abhishek Sanoujam
| Constructor Summary | |
|---|---|
CounterConfig(long initialValue)
Creates a config with the initial value |
|
| Method Summary | |
|---|---|
Counter |
createCounter()
Creates and returns a Counter based on the initial value |
long |
getInitialValue()
Gets the initial value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
CounterConfig
public CounterConfig(long initialValue)
- Creates a config with the initial value
- Parameters:
initialValue-
| Method Detail |
|---|
getInitialValue
public final long getInitialValue()
- Gets the initial value
- Returns:
- the initial value of counters created by this config
createCounter
public Counter createCounter()
- Creates and returns a Counter based on the initial value
- Returns:
- The counter created by this config
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2001-2011, Terracotta, Inc.
org.quartz.utils.counter.CounterConfig