public static final class KeySnapshot.KeyInfo extends Iced implements java.lang.Comparable<KeySnapshot.KeyInfo>
Modifier and Type | Field and Description |
---|---|
byte |
_backEnd |
Key |
_key |
int |
_sz |
int |
_type |
Constructor and Description |
---|
KeySnapshot.KeyInfo(Key k,
Value v) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(KeySnapshot.KeyInfo ki) |
boolean |
isFrame() |
boolean |
isLockable() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public final Key _key
public final int _type
public final int _sz
public final byte _backEnd
public int compareTo(KeySnapshot.KeyInfo ki)
compareTo
in interface java.lang.Comparable<KeySnapshot.KeyInfo>
public boolean isFrame()
public boolean isLockable()