Uses of Class
org.apache.cassandra.db.DataTracker

Packages that use DataTracker
org.apache.cassandra.db   
org.apache.cassandra.io.sstable   
 

Uses of DataTracker in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return DataTracker
 DataTracker ColumnFamilyStore.getDataTracker()
          Package protected for access from the CompactionManager.
 

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

Methods in org.apache.cassandra.io.sstable with parameters of type DataTracker
static SSTableReader SSTableReader.open(Descriptor descriptor, java.util.Set<Component> components, java.util.Set<DecoratedKey> savedKeys, DataTracker tracker, CFMetaData metadata, IPartitioner partitioner)
           
 void SSTableReader.setTrackedBy(DataTracker tracker)
           
 



Copyright © 2011 The Apache Software Foundation