Uses of Class
org.apache.cassandra.io.sstable.Descriptor

Packages that use Descriptor
org.apache.cassandra.cache   
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.io.sstable   
org.apache.cassandra.streaming   
 

Uses of Descriptor in org.apache.cassandra.cache
 

Classes in org.apache.cassandra.cache with type parameters of type Descriptor
 class AutoSavingKeyCache<K extends Pair<Descriptor,DecoratedKey>,V>
           
 

Uses of Descriptor in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config with parameters of type Descriptor
static CFMetaData DatabaseDescriptor.getCFMetaData(Descriptor desc)
           
 

Uses of Descriptor in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db with type parameters of type Descriptor
 AutoSavingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> ColumnFamilyStore.keyCache
           
 

Methods in org.apache.cassandra.db that return types with arguments of type Descriptor
 AutoSavingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> ColumnFamilyStore.getKeyCache()
           
 AutoSavingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> DataTracker.getKeyCache()
           
 

Methods in org.apache.cassandra.db with parameters of type Descriptor
 java.util.concurrent.Future<SSTableReader> CompactionManager.submitSSTableBuild(Descriptor desc, OperationType type)
          Submits an sstable to be rebuilt: is not scheduled, since the sstable must not exist.
 

Method parameters in org.apache.cassandra.db with type arguments of type Descriptor
 java.util.concurrent.Future<java.lang.Object> CompactionManager.submitUserDefined(ColumnFamilyStore cfs, java.util.Collection<Descriptor> dataFiles, int gcBefore)
           
 

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

Fields in org.apache.cassandra.io.sstable declared as Descriptor
 Descriptor SSTableDeletingReference.desc
           
 Descriptor SSTable.descriptor
           
 

Methods in org.apache.cassandra.io.sstable that return Descriptor
 Descriptor Descriptor.asTemporary(boolean temporary)
           
static Descriptor Descriptor.fromFilename(java.lang.String filename)
           
 

Methods in org.apache.cassandra.io.sstable that return types with arguments of type Descriptor
static Pair<Descriptor,Component> Component.fromFilename(java.io.File directory, java.lang.String name)
          Filename of the form "/-[tmp-][-]-", where is of the form "[-]".
static Pair<Descriptor,java.lang.String> Descriptor.fromFilename(java.io.File directory, java.lang.String name)
          Filename of the form "/-[tmp-][-]-"
 InstrumentingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> SSTableReader.getKeyCache()
           
static Pair<Descriptor,Component> SSTable.tryComponentFromFilename(java.io.File dir, java.lang.String name)
           
 

Methods in org.apache.cassandra.io.sstable with parameters of type Descriptor
static SSTableWriter.Builder SSTableWriter.createBuilder(Descriptor desc, OperationType type)
           
static DecoratedKey SSTableReader.decodeKey(IPartitioner p, Descriptor d, java.nio.ByteBuffer bytes)
          Conditionally use the deprecated 'IPartitioner.convertFromDiskFormat' method.
static boolean SSTable.delete(Descriptor desc, java.util.Set<Component> components)
          We use a ReferenceQueue to manage deleting files that have been compacted and for which no more SSTable references exist.
static SSTableReader SSTableReader.open(Descriptor desc)
           
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, DataTracker tracker, CFMetaData metadata, IPartitioner partitioner)
           
static long SSTableReader.readRowSize(java.io.DataInput in, Descriptor d)
           
 

Constructors in org.apache.cassandra.io.sstable with parameters of type Descriptor
KeyIterator(Descriptor desc)
           
SSTable(Descriptor descriptor, CFMetaData metadata, ReplayPosition replayPosition, IPartitioner partitioner)
           
SSTable(Descriptor descriptor, java.util.Set<Component> components, CFMetaData metadata, ReplayPosition replayPosition, IPartitioner partitioner)
           
SSTable(Descriptor descriptor, java.util.Set<Component> components, CFMetaData metadata, ReplayPosition replayPosition, IPartitioner partitioner, EstimatedHistogram rowSizes, EstimatedHistogram columnCounts)
           
SSTableWriter.Builder(Descriptor desc, OperationType type)
           
 

Uses of Descriptor in org.apache.cassandra.streaming
 

Fields in org.apache.cassandra.streaming declared as Descriptor
 Descriptor PendingFile.desc
           
 

Constructors in org.apache.cassandra.streaming with parameters of type Descriptor
PendingFile(Descriptor desc, PendingFile pf)
           
PendingFile(SSTable sstable, Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections, OperationType type)
           
 



Copyright © 2011 The Apache Software Foundation