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

Packages that use IPartitioner
org.apache.cassandra.client   
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.db.marshal   
org.apache.cassandra.dht   
org.apache.cassandra.gms   
org.apache.cassandra.hadoop   
org.apache.cassandra.io.sstable   
org.apache.cassandra.service   
org.apache.cassandra.utils   
 

Uses of IPartitioner in org.apache.cassandra.client
 

Constructors in org.apache.cassandra.client with parameters of type IPartitioner
RingCache(java.lang.String keyspace, IPartitioner partitioner, java.lang.String addresses, int port)
           
 

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.db
 

Fields in org.apache.cassandra.db declared as IPartitioner
 IPartitioner ColumnFamilyStore.partitioner
           
 

Methods in org.apache.cassandra.db with parameters of type IPartitioner
static ColumnFamilyStore ColumnFamilyStore.createColumnFamilyStore(Table table, java.lang.String columnFamily, IPartitioner partitioner, CFMetaData metadata)
           
 

Uses of IPartitioner in org.apache.cassandra.db.marshal
 

Constructors in org.apache.cassandra.db.marshal with parameters of type IPartitioner
LocalByPartionerType(IPartitioner<T> partitioner)
           
 

Uses of IPartitioner in org.apache.cassandra.dht
 

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

Fields in org.apache.cassandra.dht declared as IPartitioner
protected  IPartitioner AbstractBounds.partitioner
           
 

Constructors in org.apache.cassandra.dht with parameters of type IPartitioner
AbstractBounds(Token left, Token right, IPartitioner partitioner)
           
Range(Token left, Token right, IPartitioner partitioner)
           
 

Uses of IPartitioner in org.apache.cassandra.gms
 

Constructors in org.apache.cassandra.gms with parameters of type IPartitioner
VersionedValue.VersionedValueFactory(IPartitioner partitioner)
           
 

Uses of IPartitioner in org.apache.cassandra.hadoop
 

Methods in org.apache.cassandra.hadoop that return IPartitioner
static IPartitioner ConfigHelper.getPartitioner(org.apache.hadoop.conf.Configuration conf)
           
 

Uses of IPartitioner in org.apache.cassandra.io.sstable
 

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

Methods in org.apache.cassandra.io.sstable with parameters of type IPartitioner
static DecoratedKey SSTableReader.decodeKey(IPartitioner p, Descriptor d, java.nio.ByteBuffer bytes)
          Conditionally use the deprecated 'IPartitioner.convertFromDiskFormat' method.
static SSTableReader SSTableReader.open(Descriptor descriptor, java.util.Set<Component> components, CFMetaData metadata, IPartitioner partitioner)
           
static SSTableReader SSTableReader.open(Descriptor descriptor, java.util.Set<Component> components, java.util.Set<DecoratedKey> savedKeys, SSTableTracker tracker, CFMetaData metadata, IPartitioner partitioner)
           
 

Constructors in org.apache.cassandra.io.sstable with parameters of type IPartitioner
SSTable(Descriptor descriptor, CFMetaData metadata, IPartitioner partitioner)
           
SSTable(Descriptor descriptor, java.util.Set<Component> components, CFMetaData metadata, IPartitioner partitioner)
           
SSTable(Descriptor descriptor, java.util.Set<Component> components, CFMetaData metadata, IPartitioner partitioner, EstimatedHistogram rowSizes, EstimatedHistogram columnCounts)
           
SSTableWriter(java.lang.String filename, long keyCount, CFMetaData metadata, IPartitioner partitioner)
           
 

Uses of IPartitioner in org.apache.cassandra.service
 

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

Uses of IPartitioner in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return IPartitioner
static IPartitioner FBUtilities.newPartitioner(java.lang.String partitionerClassName)
           
 IPartitioner MerkleTree.partitioner()
           
 

Methods in org.apache.cassandra.utils with parameters of type IPartitioner
 void MerkleTree.partitioner(IPartitioner partitioner)
          TODO: Find another way to use the local partitioner after serialization.
 

Constructors in org.apache.cassandra.utils with parameters of type IPartitioner
MerkleTree(IPartitioner partitioner, byte hashdepth, long maxsize)
           
 



Copyright © 2010 The Apache Software Foundation