Uses of Class
org.apache.druid.server.coordinator.AutoCompactionSnapshot
-
Packages that use AutoCompactionSnapshot Package Description org.apache.druid.server.coordinator org.apache.druid.server.coordinator.duty -
-
Uses of AutoCompactionSnapshot in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return AutoCompactionSnapshot Modifier and Type Method Description AutoCompactionSnapshotAutoCompactionSnapshot.Builder. build()AutoCompactionSnapshotDruidCoordinator. getAutoCompactionSnapshotForDataSource(String dataSource)Methods in org.apache.druid.server.coordinator that return types with arguments of type AutoCompactionSnapshot Modifier and Type Method Description Map<String,AutoCompactionSnapshot>DruidCoordinator. getAutoCompactionSnapshot() -
Uses of AutoCompactionSnapshot in org.apache.druid.server.coordinator.duty
Methods in org.apache.druid.server.coordinator.duty that return AutoCompactionSnapshot Modifier and Type Method Description AutoCompactionSnapshotCompactSegments. getAutoCompactionSnapshot(String dataSource)Methods in org.apache.druid.server.coordinator.duty that return types with arguments of type AutoCompactionSnapshot Modifier and Type Method Description Map<String,AutoCompactionSnapshot>CompactSegments. getAutoCompactionSnapshot()
-