Uses of Class
org.apache.druid.segment.realtime.appenderator.SegmentsAndCommitMetadata
Packages that use SegmentsAndCommitMetadata
-
Uses of SegmentsAndCommitMetadata in org.apache.druid.segment.realtime.appenderator
Methods in org.apache.druid.segment.realtime.appenderator that return SegmentsAndCommitMetadataModifier and TypeMethodDescriptionBatchAppenderatorDriver.pushAllAndClear(long pushAndClearTimeoutMs) Push and drop all segments in theSegmentWithState.SegmentState.APPENDINGstate.SegmentsAndCommitMetadata.withUpgradedSegments(Set<DataSegment> upgradedSegments) Methods in org.apache.druid.segment.realtime.appenderator that return types with arguments of type SegmentsAndCommitMetadataModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>StreamAppenderatorDriver.publish(TransactionalSegmentPublisher publisher, Committer committer, Collection<String> sequenceNames) Execute a task in background to publish all segments corresponding to the given sequence names.com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>BatchAppenderatorDriver.publishAll(Set<DataSegment> segmentsToBeOverwritten, Set<DataSegment> tombstones, TransactionalSegmentPublisher publisher, Function<Set<DataSegment>, Set<DataSegment>> outputSegmentsAnnotateFunction, SegmentSchemaMapping segmentSchemaMapping) Publish all segments.com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>StreamAppenderatorDriver.publishAndRegisterHandoff(TransactionalSegmentPublisher publisher, Committer committer, Collection<String> sequenceNames) com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>Appenderator.push(Collection<SegmentIdWithShardSpec> identifiers, Committer committer, boolean useUniquePath) Merge and push particular segments to deep storage.com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>BatchAppenderator.push(Collection<SegmentIdWithShardSpec> identifiers, Committer committer, boolean useUniquePath) com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>StreamAppenderator.push(Collection<SegmentIdWithShardSpec> identifiers, Committer committer, boolean useUniquePath) com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>StreamAppenderatorDriver.registerHandoff(SegmentsAndCommitMetadata segmentsAndCommitMetadata) Register the segments in the givenSegmentsAndCommitMetadatato be handed off and execute a background task which waits until the hand off completes.Methods in org.apache.druid.segment.realtime.appenderator with parameters of type SegmentsAndCommitMetadataModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>StreamAppenderatorDriver.registerHandoff(SegmentsAndCommitMetadata segmentsAndCommitMetadata) Register the segments in the givenSegmentsAndCommitMetadatato be handed off and execute a background task which waits until the hand off completes.