| Package | Description |
|---|---|
| org.apache.druid.segment.realtime.appenderator |
| Modifier and Type | Method and Description |
|---|---|
default Appenderator.AppenderatorAddResult |
Appenderator.add(SegmentIdWithShardSpec identifier,
InputRow row,
com.google.common.base.Supplier<Committer> committerSupplier)
Same as
Appenderator.add(SegmentIdWithShardSpec, InputRow, Supplier, boolean), with allowIncrementalPersists set to
true |
Appenderator.AppenderatorAddResult |
StreamAppenderator.add(SegmentIdWithShardSpec identifier,
InputRow row,
com.google.common.base.Supplier<Committer> committerSupplier,
boolean allowIncrementalPersists) |
Appenderator.AppenderatorAddResult |
AppenderatorImpl.add(SegmentIdWithShardSpec identifier,
InputRow row,
com.google.common.base.Supplier<Committer> committerSupplier,
boolean allowIncrementalPersists) |
Appenderator.AppenderatorAddResult |
Appenderator.add(SegmentIdWithShardSpec identifier,
InputRow row,
com.google.common.base.Supplier<Committer> committerSupplier,
boolean allowIncrementalPersists)
Add a row.
|
Appenderator.AppenderatorAddResult |
BatchAppenderator.add(SegmentIdWithShardSpec identifier,
InputRow row,
com.google.common.base.Supplier<Committer> committerSupplier,
boolean allowIncrementalPersists) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.