public class StreamEntryId extends Object implements Comparable<StreamEntryId>, Serializable
构造器和说明 |
---|
StreamEntryId() |
StreamEntryId(byte[] id) |
StreamEntryId(long time) |
StreamEntryId(long time,
long sequence) |
StreamEntryId(String id) |
public StreamEntryId()
public StreamEntryId(String id)
public StreamEntryId(byte[] id)
public StreamEntryId(long time)
public StreamEntryId(long time, long sequence)
public long getTime()
public long getSequence()
public int compareTo(StreamEntryId other)
compareTo
在接口中 Comparable<StreamEntryId>
Copyright © 2023 buession.com Inc.. All rights reserved.