Interface Entry
- All Superinterfaces:
Comparable<Entry>
Defines a row type consisting of a simple binary key-value pair. Calling
asTable(Entry.class)
allows an ordinary index to be represented as a table,
while still retaining its natural form.-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
key
Returns the entry's current key reference. The contents of the array should not be modified, since locks might be held against the key instance itself. -
key
void key(byte[] key) Assign the entry key reference, transferring ownership. After calling this method the contents of the array should not be modified, since locks might later be acquired against the key instance itself. -
value
-
value
-