Uses of Package
org.apache.cassandra.db.compaction

Packages that use org.apache.cassandra.db.compaction
org.apache.cassandra.cache   
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.db.compaction   
org.apache.cassandra.db.index   
org.apache.cassandra.io.sstable   
org.apache.cassandra.service   
org.apache.cassandra.tools   
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.cache
CompactionInfo
          Implements serializable to allow structured info to be returned via JMX.
CompactionInfo.Holder
           
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.config
AbstractCompactionStrategy
          Pluggable compaction strategy determines how SSTables get merged.
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.db
AbstractCompactedRow
          a CompactedRow is an object that takes a bunch of rows (keys + columnfamilies) and can write a compacted version of those rows to an output stream.
AbstractCompactionStrategy
          Pluggable compaction strategy determines how SSTables get merged.
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.db.compaction
AbstractCompactedRow
          a CompactedRow is an object that takes a bunch of rows (keys + columnfamilies) and can write a compacted version of those rows to an output stream.
AbstractCompactionIterable
           
AbstractCompactionStrategy
          Pluggable compaction strategy determines how SSTables get merged.
AbstractCompactionTask
           
CompactionController
          Manage compaction options.
CompactionInfo
          Implements serializable to allow structured info to be returned via JMX.
CompactionInfo.Holder
           
CompactionManager
          A singleton which manages a private executor of ongoing compactions.
CompactionManager.CompactionExecutorStatsCollector
           
CompactionManagerMBean
           
CompactionTask
           
OperationType
           
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.db.index
CompactionInfo
          Implements serializable to allow structured info to be returned via JMX.
CompactionInfo.Holder
           
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.io.sstable
AbstractCompactedRow
          a CompactedRow is an object that takes a bunch of rows (keys + columnfamilies) and can write a compacted version of those rows to an output stream.
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.service
AbstractCompactedRow
          a CompactedRow is an object that takes a bunch of rows (keys + columnfamilies) and can write a compacted version of those rows to an output stream.
 

Classes in org.apache.cassandra.db.compaction used by org.apache.cassandra.tools
CompactionManagerMBean
           
 



Copyright © 2012 The Apache Software Foundation