public static final class H2O.KeyInfo extends Iced implements java.lang.Comparable<H2O.KeyInfo>
Modifier and Type | Field and Description |
---|---|
byte |
_backEnd |
Key |
_key |
boolean |
_rawData |
int |
_sz |
int |
_type |
Constructor and Description |
---|
H2O.KeyInfo(Key k,
Value v) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(H2O.KeyInfo ki) |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public final Key _key
public final int _type
public final boolean _rawData
public final int _sz
public final byte _backEnd
public int compareTo(H2O.KeyInfo ki)
compareTo
in interface java.lang.Comparable<H2O.KeyInfo>