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

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

Uses of IPartitioner in org.apache.cassandra.db
 

Constructors in org.apache.cassandra.db with parameters of type IPartitioner
FileStruct(IFileReader reader, IPartitioner partitioner)
           
 

Uses of IPartitioner in org.apache.cassandra.dht
 

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

Uses of IPartitioner in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io with parameters of type IPartitioner
static Coordinate SSTable.getCoordinates(java.lang.String decoratedKey, IFileReader dataReader, IPartitioner partitioner)
           
 

Constructors in org.apache.cassandra.io with parameters of type IPartitioner
SSTable.KeyPositionInfo(java.lang.String decoratedKey, IPartitioner partitioner)
           
SSTable.KeyPositionInfo(java.lang.String decoratedKey, IPartitioner partitioner, long position)
           
SSTable(java.lang.String dataFileName, IPartitioner partitioner)
          This ctor basically gets passed in the full path name of the data file associated with this SSTable.
SSTable(java.lang.String directory, java.lang.String filename, IPartitioner partitioner)
          This ctor is used for writing data into the SSTable.
 

Uses of IPartitioner in org.apache.cassandra.locator
 

Fields in org.apache.cassandra.locator declared as IPartitioner
protected  IPartitioner AbstractStrategy.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