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

Packages that use StringToken
org.apache.cassandra.dht   
 

Uses of StringToken in org.apache.cassandra.dht
 

Fields in org.apache.cassandra.dht declared as StringToken
static StringToken OrderPreservingPartitioner.MINIMUM
           
 

Methods in org.apache.cassandra.dht that return StringToken
 StringToken OrderPreservingPartitioner.getMinimumToken()
           
 StringToken OrderPreservingPartitioner.getRandomToken()
           
 StringToken OrderPreservingPartitioner.getToken(java.nio.ByteBuffer key)
           
 StringToken OrderPreservingPartitioner.midpoint(Token ltoken, Token rtoken)
           
 

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



Copyright © 2010 The Apache Software Foundation