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.COMPRESSION_INFO
           
static Component Component.DATA
           
static Component Component.DIGEST
           
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> SSTableDeletingTask.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-][-]-",
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 java.util.Collection<SSTableReader> SSTableReader.batchOpen(java.util.Set<java.util.Map.Entry<Descriptor,java.util.Set<Component>>> entries, java.util.Set<DecoratedKey> savedKeys, DataTracker tracker, CFMetaData metadata, IPartitioner partitioner)
           
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, IPartitioner partitioner)
           
 



Copyright © 2012 The Apache Software Foundation