public class StepLong extends Object
This class is an internal implementation detail only intended for use within spectator. It is subject to change without notice.
| Constructor and Description |
|---|
StepLong(long init,
Clock clock,
long step)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicLong |
getCurrent()
Get the AtomicLong for the current bucket.
|
long |
poll()
Get the value for the last completed interval.
|
String |
toString() |
public StepLong(long init,
Clock clock,
long step)
public AtomicLong getCurrent()
public long poll()