Package io.pravega.common.util
Interface SortedIndex.IndexEntry
-
- Enclosing interface:
- SortedIndex<V extends SortedIndex.IndexEntry>
public static interface SortedIndex.IndexEntryDefines a generic entry into an Index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longkey()Gets a value representing the key of the entry.
-