Uses of Class
org.apache.druid.server.coordinator.AutoCompactionSnapshot.AutoCompactionScheduleStatus
-
Packages that use AutoCompactionSnapshot.AutoCompactionScheduleStatus Package Description org.apache.druid.server.coordinator -
-
Uses of AutoCompactionSnapshot.AutoCompactionScheduleStatus in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return AutoCompactionSnapshot.AutoCompactionScheduleStatus Modifier and Type Method Description @NotNull AutoCompactionSnapshot.AutoCompactionScheduleStatusAutoCompactionSnapshot. getScheduleStatus()static AutoCompactionSnapshot.AutoCompactionScheduleStatusAutoCompactionSnapshot.AutoCompactionScheduleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoCompactionSnapshot.AutoCompactionScheduleStatus[]AutoCompactionSnapshot.AutoCompactionScheduleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.server.coordinator with parameters of type AutoCompactionSnapshot.AutoCompactionScheduleStatus Constructor Description AutoCompactionSnapshot(@NotNull String dataSource, @NotNull AutoCompactionSnapshot.AutoCompactionScheduleStatus scheduleStatus, long bytesAwaitingCompaction, long bytesCompacted, long bytesSkipped, long segmentCountAwaitingCompaction, long segmentCountCompacted, long segmentCountSkipped, long intervalCountAwaitingCompaction, long intervalCountCompacted, long intervalCountSkipped)Builder(@NotNull String dataSource, @NotNull AutoCompactionSnapshot.AutoCompactionScheduleStatus scheduleStatus)
-