public class DictionaryId extends Object
| Constructor and Description |
|---|
DictionaryId(long mostSignificantBits,
long leastSignificantBits,
long sequenceId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getLeastSignificantBits() |
long |
getMostSignificantBits() |
long |
getSequenceId() |
int |
hashCode() |
static DictionaryId |
randomDictionaryId() |
public DictionaryId(long mostSignificantBits,
long leastSignificantBits,
long sequenceId)
public static DictionaryId randomDictionaryId()
public long getMostSignificantBits()
public long getLeastSignificantBits()
public long getSequenceId()
Copyright © 2012–2022. All rights reserved.