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.getDefaultToken()
           
 BigIntegerToken RandomPartitioner.getMinimumToken()
           
 BigIntegerToken RandomPartitioner.getToken(java.lang.String key)
           
 BigIntegerToken RandomPartitioner.midpoint(BigIntegerToken ltoken, BigIntegerToken rtoken)
           
 

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



Copyright © 2009 The Apache Software Foundation