Uses of Class
org.apache.cassandra.db.compaction.CompactionInfo.Unit
-
Packages that use CompactionInfo.Unit Package Description org.apache.cassandra.db.compaction -
-
Uses of CompactionInfo.Unit in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return CompactionInfo.Unit Modifier and Type Method 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.Methods in org.apache.cassandra.db.compaction with parameters of type CompactionInfo.Unit Modifier and Type Method 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
-