JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.pravega.common.util
Interface SortedIndex.IndexEntry
Enclosing interface:
SortedIndex
<
V
extends
SortedIndex.IndexEntry
>
public static interface
SortedIndex.IndexEntry
Defines a generic entry into an Index.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
key
()
Gets a value representing the key of the entry.
Method Detail
key
long key()
Gets a value representing the key of the entry. The Key should not change for the lifetime of the entry and should be very cheap to return (as it is used very frequently).
Returns:
The entry key.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method