public class OrderPreservingPartitioner extends AbstractPartitioner<StringToken>
Modifier and Type | Field and Description |
---|---|
static java.math.BigInteger |
CHAR_MASK |
static StringToken |
MINIMUM |
Constructor and Description |
---|
OrderPreservingPartitioner() |
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.
|
StringToken |
getMinimumToken() |
StringToken |
getRandomToken() |
StringToken |
getToken(java.nio.ByteBuffer key) |
Token.TokenFactory<java.lang.String> |
getTokenFactory() |
AbstractType<?> |
getTokenValidator() |
StringToken |
midpoint(Token ltoken,
Token rtoken)
Calculate a Token representing the approximate "middle" of the given
range.
|
boolean |
preservesOrder() |
minValue
public static final StringToken MINIMUM
public static final java.math.BigInteger CHAR_MASK
public DecoratedKey decorateKey(java.nio.ByteBuffer key)
IPartitioner
key
- the raw, client-facing keypublic StringToken midpoint(Token ltoken, Token rtoken)
IPartitioner
public StringToken getMinimumToken()
public StringToken getRandomToken()
public Token.TokenFactory<java.lang.String> getTokenFactory()
public boolean preservesOrder()
public StringToken getToken(java.nio.ByteBuffer key)
public java.util.Map<Token,java.lang.Float> describeOwnership(java.util.List<Token> sortedTokens)
IPartitioner
sortedTokens
- a sorted List of Tokenspublic AbstractType<?> getTokenValidator()
Copyright © 2015 The Apache Software Foundation