| Package | Description |
|---|---|
| org.apache.druid.segment.realtime.appenderator |
| Modifier and Type | Method and Description |
|---|---|
static SegmentsAndCommitMetadata |
SegmentsAndCommitMetadata.nil() |
SegmentsAndCommitMetadata |
BatchAppenderatorDriver.pushAllAndClear(long pushAndClearTimeoutMs)
Push and drop all segments in the
SegmentWithState.SegmentState.APPENDING state. |
| 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,
Set<DataSegment> segmentsToBeDropped,
TransactionalSegmentPublisher publisher,
Function<Set<DataSegment>,Set<DataSegment>> outputSegmentsAnnotateFunction)
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> |
StreamAppenderator.push(Collection<SegmentIdWithShardSpec> identifiers,
Committer committer,
boolean useUniquePath) |
com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata> |
AppenderatorImpl.push(Collection<SegmentIdWithShardSpec> identifiers,
Committer committer,
boolean useUniquePath) |
com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata> |
BatchAppenderator.push(Collection<SegmentIdWithShardSpec> identifiers,
Committer committer,
boolean useUniquePath) |
com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata> |
StreamAppenderatorDriver.registerHandoff(SegmentsAndCommitMetadata segmentsAndCommitMetadata)
Register the segments in the given
SegmentsAndCommitMetadata to be handed off and execute a background task which
waits until the hand off completes. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<SegmentsAndCommitMetadata> |
StreamAppenderatorDriver.registerHandoff(SegmentsAndCommitMetadata segmentsAndCommitMetadata)
Register the segments in the given
SegmentsAndCommitMetadata to be handed off and execute a background task which
waits until the hand off completes. |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.