Uses of Interface
org.apache.cassandra.dht.IPartitioner

Packages that use IPartitioner
org.apache.cassandra.config   
org.apache.cassandra.dht   
org.apache.cassandra.io   
org.apache.cassandra.locator   
org.apache.cassandra.service   
 

Uses of IPartitioner in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return IPartitioner
static IPartitioner DatabaseDescriptor.getPartitioner()
           
 

Uses of IPartitioner in org.apache.cassandra.dht
 

Classes in org.apache.cassandra.dht that implement IPartitioner
 class CollatingOrderPreservingPartitioner
           
 class OrderPreservingPartitioner
           
 class RandomPartitioner
          This class generates a BigIntegerToken using MD5 hash.
 

Uses of IPartitioner in org.apache.cassandra.io
 

Fields in org.apache.cassandra.io declared as IPartitioner
protected  IPartitioner SSTable.partitioner
           
 

Methods in org.apache.cassandra.io that return IPartitioner
 IPartitioner SSTableReader.getPartitioner()
           
 

Methods in org.apache.cassandra.io with parameters of type IPartitioner
static SSTableReader SSTableReader.open(java.lang.String dataFileName, IPartitioner partitioner)
           
 

Constructors in org.apache.cassandra.io with parameters of type IPartitioner
SSTable(java.lang.String filename, IPartitioner partitioner)
           
SSTableWriter(java.lang.String filename, int keyCount, IPartitioner partitioner)
           
 

Uses of IPartitioner in org.apache.cassandra.locator
 

Fields in org.apache.cassandra.locator declared as IPartitioner
protected  IPartitioner AbstractReplicationStrategy.partitioner_
           
 

Constructors in org.apache.cassandra.locator with parameters of type IPartitioner
RackAwareStrategy(TokenMetadata tokenMetadata, IPartitioner partitioner, int replicas, int storagePort)
           
RackUnawareStrategy(TokenMetadata tokenMetadata, IPartitioner partitioner, int replicas, int storagePort)
           
 

Uses of IPartitioner in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return IPartitioner
static IPartitioner StorageService.getPartitioner()
           
 



Copyright © 2009 The Apache Software Foundation