Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.db.view | |
org.apache.cassandra.index.internal | |
org.apache.cassandra.io.sstable |
Modifier and Type | Method and Description |
---|---|
CompactionInfo |
AutoSavingCache.Writer.getCompactionInfo() |
Modifier and Type | Method and Description |
---|---|
CompactionInfo |
CompactionInfo.forProgress(long complete,
long total) |
CompactionInfo |
ActiveCompactions.getCompactionForSSTable(SSTableReader sstable)
Iterates over the active compactions and tries to find the CompactionInfo for the given sstable
Number of entries in compactions should be small (< 10) but avoid calling in any time-sensitive context
|
abstract CompactionInfo |
CompactionInfo.Holder.getCompactionInfo() |
CompactionInfo |
CompactionIterator.getCompactionInfo() |
static CompactionInfo |
CompactionInfo.withoutSSTables(TableMetadata metadata,
OperationType tasktype,
long completed,
long total,
CompactionInfo.Unit unit,
java.util.UUID compactionId)
Special compaction info where we always need to cancel the compaction - for example ViewBuilderTask and AutoSavingCache where we don't know
the sstables at construction
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CompactionInfo> |
CompactionManager.getSSTableTasks() |
Constructor and Description |
---|
CompactionInterruptedException(CompactionInfo info) |
Modifier and Type | Method and Description |
---|---|
CompactionInfo |
ViewBuilderTask.getCompactionInfo() |
Modifier and Type | Method and Description |
---|---|
CompactionInfo |
CollatedViewIndexBuilder.getCompactionInfo() |
Modifier and Type | Method and Description |
---|---|
CompactionInfo |
IndexSummaryRedistribution.getCompactionInfo() |
Copyright © 2009-2020 The Apache Software Foundation