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(byte[] key)
           
 BytesToken ByteOrderedPartitioner.getToken(byte[] key)
           
 BytesToken CollatingOrderPreservingPartitioner.getToken(byte[] key)
           
 BytesToken AbstractByteOrderedPartitioner.midpoint(BytesToken ltoken, BytesToken rtoken)
           
 

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

Methods in org.apache.cassandra.dht with parameters of type BytesToken
 BytesToken AbstractByteOrderedPartitioner.midpoint(BytesToken ltoken, BytesToken rtoken)
           
 



Copyright © 2010 The Apache Software Foundation