Uses of Interface
org.apache.druid.segment.realtime.appenderator.TransactionalSegmentPublisher
-
Packages that use TransactionalSegmentPublisher Package Description org.apache.druid.segment.realtime.appenderator -
-
Uses of TransactionalSegmentPublisher in org.apache.druid.segment.realtime.appenderator
Methods in org.apache.druid.segment.realtime.appenderator with parameters of type TransactionalSegmentPublisher Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>StreamAppenderatorDriver. publish(TransactionalSegmentPublisher publisher, org.apache.druid.data.input.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<org.apache.druid.timeline.DataSegment> segmentsToBeOverwritten, Set<org.apache.druid.timeline.DataSegment> tombstones, TransactionalSegmentPublisher publisher, Function<Set<org.apache.druid.timeline.DataSegment>,Set<org.apache.druid.timeline.DataSegment>> outputSegmentsAnnotateFunction)Publish all segments.com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata>StreamAppenderatorDriver. publishAndRegisterHandoff(TransactionalSegmentPublisher publisher, org.apache.druid.data.input.Committer committer, Collection<String> sequenceNames)
-