Package | Description |
---|---|
org.apache.cassandra.db.compaction |
Modifier and Type | Method and Description |
---|---|
CompactionInfo.Unit |
CompactionInfo.getUnit() |
static CompactionInfo.Unit |
CompactionInfo.Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompactionInfo.Unit[] |
CompactionInfo.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2009-2020 The Apache Software Foundation