public static class TimerInternals.TimerData extends Object implements Comparable<TimerInternals.TimerData>
TimerInternals.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TimerInternals.TimerData o) |
boolean |
equals(Object obj) |
TimeDomain |
getDomain() |
StateNamespace |
getNamespace() |
org.joda.time.Instant |
getTimestamp() |
int |
hashCode() |
static TimerInternals.TimerData |
of(StateNamespace namespace,
org.joda.time.Instant timestamp,
TimeDomain domain)
Construct the
TimerKey for the given parameters. |
String |
toString() |
public StateNamespace getNamespace()
public org.joda.time.Instant getTimestamp()
public TimeDomain getDomain()
public static TimerInternals.TimerData of(StateNamespace namespace, org.joda.time.Instant timestamp, TimeDomain domain)
TimerKey for the given parameters.public int compareTo(TimerInternals.TimerData o)
compareTo in interface Comparable<TimerInternals.TimerData>