public class EventId extends Object implements Serializable, Comparable<EventId>
| Constructor and Description |
|---|
EventId(long baseTimestamp,
long id) |
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(String id1,
String id2) |
int |
compareTo(EventId event) |
boolean |
equals(Object obj) |
static EventId |
fromString(String s) |
long |
getBaseTimestamp() |
long |
getId() |
int |
hashCode() |
String |
toString() |
public long getBaseTimestamp()
public long getId()
public int compareTo(EventId event)
compareTo in interface Comparable<EventId>Copyright © 2016–2020 Softelnet. All rights reserved.