Uses of Class
org.apache.druid.client.DataSourcesSnapshot
-
Packages that use DataSourcesSnapshot Package Description org.apache.druid.client org.apache.druid.metadata org.apache.druid.server.coordinator -
-
Uses of DataSourcesSnapshot in org.apache.druid.client
Methods in org.apache.druid.client that return DataSourcesSnapshot Modifier and Type Method Description static DataSourcesSnapshotDataSourcesSnapshot. fromUsedSegments(Iterable<org.apache.druid.timeline.DataSegment> segments, com.google.common.collect.ImmutableMap<String,String> dataSourceProperties)static DataSourcesSnapshotDataSourcesSnapshot. fromUsedSegmentsTimelines(Map<String,org.apache.druid.timeline.SegmentTimeline> usedSegmentsTimelinesPerDataSource, com.google.common.collect.ImmutableMap<String,String> dataSourceProperties) -
Uses of DataSourcesSnapshot in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return DataSourcesSnapshot Modifier and Type Method Description DataSourcesSnapshotSegmentsMetadataManager. getSnapshotOfDataSourcesWithAllUsedSegments()Returns a snapshot of DruidDataSources and overshadowed segmentsDataSourcesSnapshotSqlSegmentsMetadataManager. getSnapshotOfDataSourcesWithAllUsedSegments() -
Uses of DataSourcesSnapshot in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return DataSourcesSnapshot Modifier and Type Method Description DataSourcesSnapshotDruidCoordinatorRuntimeParams. getDataSourcesSnapshot()Methods in org.apache.druid.server.coordinator with parameters of type DataSourcesSnapshot Modifier and Type Method Description DruidCoordinatorRuntimeParams.BuilderDruidCoordinatorRuntimeParams.Builder. withDataSourcesSnapshot(DataSourcesSnapshot snapshot)
-