Uses of Class
org.apache.druid.indexing.overlord.Segments
-
Packages that use Segments Package Description org.apache.druid.indexing.overlord org.apache.druid.metadata -
-
Uses of Segments in org.apache.druid.indexing.overlord
Methods in org.apache.druid.indexing.overlord that return Segments Modifier and Type Method Description static SegmentsSegments. valueOf(String name)Returns the enum constant of this type with the specified name.static Segments[]Segments. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.indexing.overlord with parameters of type Segments Modifier and Type Method Description Collection<org.apache.druid.timeline.DataSegment>IndexerMetadataStorageCoordinator. retrieveAllUsedSegments(String dataSource, Segments visibility)Retrieve all published used segments in the data source from the metadata store.default Collection<org.apache.druid.timeline.DataSegment>IndexerMetadataStorageCoordinator. retrieveUsedSegmentsForInterval(String dataSource, org.joda.time.Interval interval, Segments visibility)Retrieve all published segments which may include any data in the interval and are marked as used from the metadata store.Collection<org.apache.druid.timeline.DataSegment>IndexerMetadataStorageCoordinator. retrieveUsedSegmentsForIntervals(String dataSource, List<org.joda.time.Interval> intervals, Segments visibility)Retrieve all published segments which may include any data in the given intervals and are marked as used from the metadata store. -
Uses of Segments in org.apache.druid.metadata
Methods in org.apache.druid.metadata with parameters of type Segments Modifier and Type Method Description Collection<org.apache.druid.timeline.DataSegment>IndexerSQLMetadataStorageCoordinator. retrieveAllUsedSegments(String dataSource, Segments visibility)Collection<org.apache.druid.timeline.DataSegment>IndexerSQLMetadataStorageCoordinator. retrieveUsedSegmentsForIntervals(String dataSource, List<org.joda.time.Interval> intervals, Segments visibility)
-