-
Nested Class Summary
Nested Classes
-
-
Method Summary
void
long
Returns the last row ID of the nearest
Token less than or equal to the given
Token,
or a negative value if the
Token is at its minimum value
long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
-
floor
public long floor(Token token)
Returns the last row ID of the nearest
Token less than or equal to the given
Token,
or a negative value if the
Token is at its minimum value
- Specified by:
floor in interface PrimaryKeyMap
- Overrides:
floor in class SkinnyPrimaryKeyMap
- Parameters:
token - the Token to lookup
- Returns:
- the floor row ID associated with the
Token
-