| Package | Description |
|---|---|
| org.apache.druid.segment.realtime.appenderator |
| Modifier and Type | Method and Description |
|---|---|
com.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,
TransactionalSegmentPublisher publisher)
Publish all segments.
|
com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata> |
StreamAppenderatorDriver.publishAndRegisterHandoff(TransactionalSegmentPublisher publisher,
Committer committer,
Collection<String> sequenceNames) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.