public interface IPartitioner
Modifier and Type | Method and Description |
---|---|
DecoratedKey |
decorateKey(java.nio.ByteBuffer key)
Transform key to object representation of the on-disk format.
|
java.util.Map<Token,java.lang.Float> |
describeOwnership(java.util.List<Token> sortedTokens)
Calculate the deltas between tokens in the ring in order to compare
relative sizes.
|
Token |
getMinimumToken() |
Token |
getRandomToken() |
Token |
getToken(java.nio.ByteBuffer key) |
Token.TokenFactory |
getTokenFactory() |
AbstractType<?> |
getTokenValidator() |
Token |
midpoint(Token left,
Token right)
Calculate a Token representing the approximate "middle" of the given
range.
|
AbstractType<?> |
partitionOrdering()
Abstract type that orders the same way as DecoratedKeys provided by this partitioner.
|
boolean |
preservesOrder() |
DecoratedKey decorateKey(java.nio.ByteBuffer key)
key
- the raw, client-facing keyToken midpoint(Token left, Token right)
Token getMinimumToken()
Token getToken(java.nio.ByteBuffer key)
Token getRandomToken()
Token.TokenFactory getTokenFactory()
boolean preservesOrder()
java.util.Map<Token,java.lang.Float> describeOwnership(java.util.List<Token> sortedTokens)
sortedTokens
- a sorted List of TokensAbstractType<?> getTokenValidator()
AbstractType<?> partitionOrdering()
Copyright © 2022 The Apache Software Foundation