Interface MetastorageRow
-
- All Known Implementing Classes:
MetastorageDataRow,MetastorageSearchRow
public interface MetastorageRowBPlus row hierarchy is broken. Ideally this interface would contain onlykey()method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringkey()longkeyLink()longlink()
-
-
-
Method Detail
-
link
long link()
- Returns:
- Link for this row.
-
key
String key()
- Returns:
- Key string.
-
keyLink
long keyLink()
- Returns:
- Key link.
-
-