Uses of Enum
org.apache.druid.indexing.overlord.Segments
Packages that use Segments
-
Uses of Segments in org.apache.druid.indexing.overlord
Methods in org.apache.druid.indexing.overlord that return SegmentsModifier and TypeMethodDescriptionstatic SegmentsReturns 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 SegmentsModifier and TypeMethodDescriptionIndexerMetadataStorageCoordinator.retrieveAllUsedSegments(String dataSource, Segments visibility) Retrieves all published used segments for the given data source.default Set<DataSegment>IndexerMetadataStorageCoordinator.retrieveUsedSegmentsForInterval(String dataSource, org.joda.time.Interval interval, Segments visibility) Retrieves all published segments that have partial or complete overlap with the given interval and are marked as used.IndexerMetadataStorageCoordinator.retrieveUsedSegmentsForIntervals(String dataSource, List<org.joda.time.Interval> intervals, Segments visibility) Retrieves all published segments that have partial or complete overlap with the given intervals and are marked as used. -
Uses of Segments in org.apache.druid.metadata
Methods in org.apache.druid.metadata with parameters of type SegmentsModifier and TypeMethodDescriptionIndexerSQLMetadataStorageCoordinator.retrieveAllUsedSegments(String dataSource, Segments visibility) IndexerSQLMetadataStorageCoordinator.retrieveUsedSegmentsForIntervals(String dataSource, List<org.joda.time.Interval> intervals, Segments visibility)