Uses of Class
org.apache.druid.indexing.overlord.SegmentCreateRequest
-
Packages that use SegmentCreateRequest Package Description org.apache.druid.indexing.overlord org.apache.druid.metadata -
-
Uses of SegmentCreateRequest in org.apache.druid.indexing.overlord
Methods in org.apache.druid.indexing.overlord that return types with arguments of type SegmentCreateRequest Modifier and Type Method Description Map<SegmentCreateRequest,SegmentIdWithShardSpec>IndexerMetadataStorageCoordinator. allocatePendingSegments(String dataSource, org.joda.time.Interval interval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests)Allocates pending segments for the given requests in the pending segments table.Method parameters in org.apache.druid.indexing.overlord with type arguments of type SegmentCreateRequest Modifier and Type Method Description Map<SegmentCreateRequest,SegmentIdWithShardSpec>IndexerMetadataStorageCoordinator. allocatePendingSegments(String dataSource, org.joda.time.Interval interval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests)Allocates pending segments for the given requests in the pending segments table. -
Uses of SegmentCreateRequest in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return types with arguments of type SegmentCreateRequest Modifier and Type Method Description Map<SegmentCreateRequest,SegmentIdWithShardSpec>IndexerSQLMetadataStorageCoordinator. allocatePendingSegments(String dataSource, org.joda.time.Interval allocateInterval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests)Method parameters in org.apache.druid.metadata with type arguments of type SegmentCreateRequest Modifier and Type Method Description Map<SegmentCreateRequest,SegmentIdWithShardSpec>IndexerSQLMetadataStorageCoordinator. allocatePendingSegments(String dataSource, org.joda.time.Interval allocateInterval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests)
-