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

Packages that use BigIntegerToken
org.apache.cassandra.dht   
 

Uses of BigIntegerToken in org.apache.cassandra.dht
 

Fields in org.apache.cassandra.dht declared as BigIntegerToken
static BigIntegerToken RandomPartitioner.MINIMUM
           
 

Methods in org.apache.cassandra.dht that return BigIntegerToken
 BigIntegerToken RandomPartitioner.getMinimumToken()
           
 BigIntegerToken RandomPartitioner.getRandomToken()
           
 BigIntegerToken RandomPartitioner.getToken(java.nio.ByteBuffer key)
           
 

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



Copyright © 2012 The Apache Software Foundation