| Package | Description |
|---|---|
| org.apache.druid.indexing.overlord | |
| org.apache.druid.metadata |
| Modifier and Type | Method and Description |
|---|---|
static Segments |
Segments.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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DataSegment> |
IndexerMetadataStorageCoordinator.retrieveAllUsedSegments(String dataSource,
Segments visibility)
Retrieve all published used segments in the data source from the metadata store.
|
default Collection<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<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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DataSegment> |
IndexerSQLMetadataStorageCoordinator.retrieveAllUsedSegments(String dataSource,
Segments visibility) |
Collection<DataSegment> |
IndexerSQLMetadataStorageCoordinator.retrieveUsedSegmentsForIntervals(String dataSource,
List<org.joda.time.Interval> intervals,
Segments visibility) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.