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

Packages that use Component
org.apache.cassandra.io.sstable   
 

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

Fields in org.apache.cassandra.io.sstable declared as Component
static Component Component.COMPACTED_MARKER
           
static Component Component.DATA
           
static Component Component.FILTER
           
static Component Component.PRIMARY_INDEX
           
static Component Component.STATS
           
 

Fields in org.apache.cassandra.io.sstable with type parameters of type Component
protected  java.util.Set<Component> SSTable.components
           
 java.util.Set<Component> SSTableDeletingReference.components
           
 

Methods in org.apache.cassandra.io.sstable that return types with arguments of type Component
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,Component> SSTable.tryComponentFromFilename(java.io.File dir, java.lang.String name)
           
 

Methods in org.apache.cassandra.io.sstable with parameters of type Component
 java.lang.String Descriptor.filenameFor(Component component)
           
 

Method parameters in org.apache.cassandra.io.sstable with type arguments of type Component
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 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)
           
 

Constructor parameters in org.apache.cassandra.io.sstable with type arguments of type Component
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)
           
 



Copyright © 2011 The Apache Software Foundation