Java org.apache.cassandra.dht IPartitioner fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.dht IPartitioner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.dht IPartitioner.

The text is from its open source code.

Method

DecoratedKeydecorateKey(ByteBuffer key)
Transform key to object representation of the on-disk format.
TokengetMinimumToken()
TokengetToken(ByteBuffer key)
Token.TokenFactorygetTokenFactory()
AbstractTypegetTokenValidator()
Tokenmidpoint(Token left, Token right)
Calculate a Token representing the approximate "middle" of the given range.