Uses of Enum
org.apache.druid.server.coordinator.AutoCompactionSnapshot.ScheduleStatus
Packages that use AutoCompactionSnapshot.ScheduleStatus
-
Uses of AutoCompactionSnapshot.ScheduleStatus in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return AutoCompactionSnapshot.ScheduleStatusModifier and TypeMethodDescriptionAutoCompactionSnapshot.getScheduleStatus()Returns the enum constant of this type with the specified name.AutoCompactionSnapshot.ScheduleStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.server.coordinator with parameters of type AutoCompactionSnapshot.ScheduleStatusModifier and TypeMethodDescriptionAutoCompactionSnapshot.Builder.withStatus(AutoCompactionSnapshot.ScheduleStatus status) Constructors in org.apache.druid.server.coordinator with parameters of type AutoCompactionSnapshot.ScheduleStatusModifierConstructorDescriptionAutoCompactionSnapshot(@NotNull String dataSource, AutoCompactionSnapshot.ScheduleStatus scheduleStatus, String message, long bytesAwaitingCompaction, long bytesCompacted, long bytesSkipped, long segmentCountAwaitingCompaction, long segmentCountCompacted, long segmentCountSkipped, long intervalCountAwaitingCompaction, long intervalCountCompacted, long intervalCountSkipped)