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

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

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
 

Methods in org.apache.cassandra.db with parameters of type Descriptor
static void StatisticsTable.persistSSTableStatistics(Descriptor desc, EstimatedHistogram rowsizes, EstimatedHistogram columncounts)
           
 

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

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

Methods in org.apache.cassandra.io.sstable that return Descriptor
 Descriptor Descriptor.asTemporary(boolean temporary)
           
static Descriptor Descriptor.fromFilename(java.lang.String filename)
          Filename of the form "/-[tmp-][-]-*"
 Descriptor SSTable.getDescriptor()
           
 

Methods in org.apache.cassandra.io.sstable that return types with arguments of type Descriptor
 JMXInstrumentedCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> SSTableTracker.getKeyCache()
           
 

Methods in org.apache.cassandra.io.sstable with parameters of type Descriptor
static DecoratedKey SSTableReader.decodeKey(IPartitioner p, Descriptor d, byte[] bytes)
          Conditionally use the deprecated 'IPartitioner.convertFromDiskFormat' method.
static SSTableReader SSTableReader.open(Descriptor desc)
           
static SSTableReader SSTableReader.open(Descriptor descriptor, CFMetaData metadata, IPartitioner partitioner)
           
static long SSTableReader.readRowSize(java.io.DataInput in, Descriptor d)
           
static SSTableReader SSTableWriter.recoverAndOpen(Descriptor desc)
          Removes the given SSTable from temporary status and opens it, rebuilding the non-essential portions of the file if necessary.
 

Constructors in org.apache.cassandra.io.sstable with parameters of type Descriptor
SSTable(Descriptor desc, CFMetaData metadata, IPartitioner partitioner)
           
 

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(Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections)
           
 



Copyright © 2010 The Apache Software Foundation