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

Packages that use AbstractPartitioner
org.apache.cassandra.dht   
 

Uses of AbstractPartitioner in org.apache.cassandra.dht
 

Subclasses of AbstractPartitioner in org.apache.cassandra.dht
 class AbstractByteOrderedPartitioner
           
 class ByteOrderedPartitioner
           
 class LocalPartitioner
           
 class Murmur3Partitioner
          This class generates a BigIntegerToken using a Murmur3 hash.
 class OrderPreservingPartitioner
           
 class RandomPartitioner
          This class generates a BigIntegerToken using MD5 hash.
 



Copyright © 2013 The Apache Software Foundation