| Package | Description |
|---|---|
| org.apache.druid.server.coordinator |
| Modifier and Type | Method and Description |
|---|---|
AutoCompactionSnapshot.AutoCompactionScheduleStatus |
AutoCompactionSnapshot.getScheduleStatus() |
static AutoCompactionSnapshot.AutoCompactionScheduleStatus |
AutoCompactionSnapshot.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.
|
| Constructor and Description |
|---|
AutoCompactionSnapshot(String dataSource,
AutoCompactionSnapshot.AutoCompactionScheduleStatus scheduleStatus,
long bytesAwaitingCompaction,
long bytesCompacted,
long bytesSkipped,
long segmentCountAwaitingCompaction,
long segmentCountCompacted,
long segmentCountSkipped,
long intervalCountAwaitingCompaction,
long intervalCountCompacted,
long intervalCountSkipped) |
Builder(String dataSource,
AutoCompactionSnapshot.AutoCompactionScheduleStatus scheduleStatus) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.