public class Key$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static Key$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Key$() |
Modifier and Type | Method and Description |
---|---|
long |
counterFromBytes(byte[] bytes) |
Key |
counterKey(int persistenceId) |
byte[] |
counterToBytes(long ctr) |
Key |
deletionKey(int persistenceId,
long sequenceNr) |
boolean |
isDeletionKey(Key key) |
boolean |
isMappingKey(Key key) |
Key |
keyFromBytes(byte[] bytes) |
byte[] |
keyToBytes(Key key) |
Key |
mappingKey(int id) |
public static final Key$ MODULE$
public byte[] keyToBytes(Key key)
public Key keyFromBytes(byte[] bytes)
public Key counterKey(int persistenceId)
public byte[] counterToBytes(long ctr)
public long counterFromBytes(byte[] bytes)
public Key mappingKey(int id)
public boolean isMappingKey(Key key)
public Key deletionKey(int persistenceId, long sequenceNr)
public boolean isDeletionKey(Key key)