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) |
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.Collection<CompactionInfo> |
ActiveCompactions.getCompactionsForSSTable(SSTableReader sstable,
OperationType compactionType)
Iterates over the active compactions and tries to find CompactionInfos with the given compactionType for the given sstable
Number of entries in compactions should be small (< 10) but avoid calling in any time-sensitive context
|
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-2022 The Apache Software Foundation