Uses of Class
org.apache.cassandra.dht.BytesToken

Packages that use BytesToken
org.apache.cassandra.dht   
 

Uses of BytesToken in org.apache.cassandra.dht
 

Fields in org.apache.cassandra.dht declared as BytesToken
static BytesToken AbstractByteOrderedPartitioner.MINIMUM
           
 

Methods in org.apache.cassandra.dht that return BytesToken
 BytesToken AbstractByteOrderedPartitioner.getMinimumToken()
           
 BytesToken AbstractByteOrderedPartitioner.getRandomToken()
           
abstract  BytesToken AbstractByteOrderedPartitioner.getToken(java.nio.ByteBuffer key)
           
 BytesToken ByteOrderedPartitioner.getToken(java.nio.ByteBuffer key)
           
 BytesToken CollatingOrderPreservingPartitioner.getToken(java.nio.ByteBuffer key)
           
 BytesToken AbstractByteOrderedPartitioner.midpoint(Token ltoken, Token rtoken)
           
 

Methods in org.apache.cassandra.dht that return types with arguments of type BytesToken
 DecoratedKey<BytesToken> AbstractByteOrderedPartitioner.convertFromDiskFormat(java.nio.ByteBuffer key)
           
 DecoratedKey<BytesToken> AbstractByteOrderedPartitioner.decorateKey(java.nio.ByteBuffer key)
           
 



Copyright © 2012 The Apache Software Foundation