Uses of Class
org.apache.druid.indexing.overlord.SegmentCreateRequest
Packages that use SegmentCreateRequest
-
Uses of SegmentCreateRequest in org.apache.druid.indexing.overlord
Methods in org.apache.druid.indexing.overlord that return types with arguments of type SegmentCreateRequestModifier and TypeMethodDescriptionIndexerMetadataStorageCoordinator.allocatePendingSegments(String dataSource, org.joda.time.Interval interval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests, boolean reduceMetadataIO) Allocates pending segments for the given requests in the pending segments table.Methods in org.apache.druid.indexing.overlord with parameters of type SegmentCreateRequestModifier and TypeMethodDescriptionIndexerMetadataStorageCoordinator.allocatePendingSegment(String dataSource, org.joda.time.Interval interval, boolean skipSegmentLineageCheck, SegmentCreateRequest createRequest) Allocate a new pending segment in the pending segments table.Method parameters in org.apache.druid.indexing.overlord with type arguments of type SegmentCreateRequestModifier and TypeMethodDescriptionIndexerMetadataStorageCoordinator.allocatePendingSegments(String dataSource, org.joda.time.Interval interval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests, boolean reduceMetadataIO) 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 SegmentCreateRequestModifier and TypeMethodDescriptionIndexerSQLMetadataStorageCoordinator.allocatePendingSegments(String dataSource, org.joda.time.Interval allocateInterval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests, boolean reduceMetadataIO) Methods in org.apache.druid.metadata with parameters of type SegmentCreateRequestModifier and TypeMethodDescriptionIndexerSQLMetadataStorageCoordinator.allocatePendingSegment(String dataSource, org.joda.time.Interval interval, boolean skipSegmentLineageCheck, SegmentCreateRequest createRequest) Method parameters in org.apache.druid.metadata with type arguments of type SegmentCreateRequestModifier and TypeMethodDescriptionIndexerSQLMetadataStorageCoordinator.allocatePendingSegments(String dataSource, org.joda.time.Interval allocateInterval, boolean skipSegmentLineageCheck, List<SegmentCreateRequest> requests, boolean reduceMetadataIO)