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 CollatingOrderPreservingPartitioner.MINIMUM
           
 

Methods in org.apache.cassandra.dht that return BytesToken
 BytesToken CollatingOrderPreservingPartitioner.getDefaultToken()
           
 BytesToken CollatingOrderPreservingPartitioner.getMinimumToken()
           
 BytesToken CollatingOrderPreservingPartitioner.getToken(java.lang.String key)
           
 BytesToken CollatingOrderPreservingPartitioner.midpoint(BytesToken ltoken, BytesToken rtoken)
           
 

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



Copyright © 2009 The Apache Software Foundation