Uses of Enum Class
org.apache.cassandra.db.compaction.CompactionInfo.Unit
Packages that use CompactionInfo.Unit
-
Uses of CompactionInfo.Unit in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return CompactionInfo.UnitModifier and TypeMethodDescriptionCompactionInfo.getUnit()static CompactionInfo.UnitReturns the enum constant of this class with the specified name.static CompactionInfo.Unit[]CompactionInfo.Unit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.db.compaction with parameters of type CompactionInfo.UnitModifier and TypeMethodDescriptionstatic CompactionInfoCompactionInfo.withoutSSTables(TableMetadata metadata, OperationType tasktype, long completed, long total, CompactionInfo.Unit unit, TimeUUID compactionId) Special compaction info where we always need to cancel the compaction - for example ViewBuilderTask where we don't know the sstables at constructionstatic CompactionInfoCompactionInfo.withoutSSTables(TableMetadata metadata, OperationType tasktype, long completed, long total, CompactionInfo.Unit unit, TimeUUID compactionId, String targetDirectory) Special compaction info where we always need to cancel the compaction - for example AutoSavingCache where we don't know the sstables at constructionConstructors in org.apache.cassandra.db.compaction with parameters of type CompactionInfo.UnitModifierConstructorDescriptionCompactionInfo(TableMetadata metadata, OperationType tasktype, long completed, long total, CompactionInfo.Unit unit, TimeUUID compactionId, Collection<? extends SSTableReader> sstables, String targetDirectory)