| 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 |
|---|---|
default Collection<DataSegment> |
IndexerMetadataStorageCoordinator.getUsedSegmentsForInterval(String dataSource,
org.joda.time.Interval interval,
Segments visibility)
Get all published segments which may include any data in the interval and are marked as used.
|
Collection<DataSegment> |
IndexerMetadataStorageCoordinator.getUsedSegmentsForIntervals(String dataSource,
List<org.joda.time.Interval> intervals,
Segments visibility)
Get all published segments which may include any data in the interval and are marked as used.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DataSegment> |
IndexerSQLMetadataStorageCoordinator.getUsedSegmentsForIntervals(String dataSource,
List<org.joda.time.Interval> intervals,
Segments visibility) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.