public class EventId extends Object implements Comparable<EventId>
SharedBuffer.| 限定符和类型 | 类和说明 |
|---|---|
static class |
EventId.EventIdSerializer
TypeSerializer for EventId. |
| 限定符和类型 | 字段和说明 |
|---|---|
static Comparator<EventId> |
COMPARATOR |
| 构造器和说明 |
|---|
EventId(int id,
long timestamp) |
public static final Comparator<EventId> COMPARATOR
public int getId()
public long getTimestamp()
public int compareTo(EventId o)
compareTo 在接口中 Comparable<EventId>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.