Uses of Enum
org.apache.druid.server.compaction.CompactionStatus.State
Packages that use CompactionStatus.State
-
Uses of CompactionStatus.State in org.apache.druid.server.compaction
Methods in org.apache.druid.server.compaction that return CompactionStatus.StateModifier and TypeMethodDescriptionCompactionStatus.getState()static CompactionStatus.StateReturns the enum constant of this type with the specified name.static CompactionStatus.State[]CompactionStatus.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.server.compaction that return types with arguments of type CompactionStatus.StateConstructor parameters in org.apache.druid.server.compaction with type arguments of type CompactionStatus.StateModifierConstructorDescriptionCompactionSimulateResult(Map<CompactionStatus.State, Table> compactionStates)