Uses of Class
org.apache.druid.segment.realtime.appenderator.Appenderator.AppenderatorAddResult
Packages that use Appenderator.AppenderatorAddResult
-
Uses of Appenderator.AppenderatorAddResult in org.apache.druid.segment.realtime.appenderator
Methods in org.apache.druid.segment.realtime.appenderator that return Appenderator.AppenderatorAddResultModifier and TypeMethodDescriptionAppenderator.add(SegmentIdWithShardSpec identifier, InputRow row, com.google.common.base.Supplier<Committer> committerSupplier) Same asAppenderator.add(SegmentIdWithShardSpec, InputRow, Supplier, boolean), with allowIncrementalPersists set to trueAppenderator.add(SegmentIdWithShardSpec identifier, InputRow row, com.google.common.base.Supplier<Committer> committerSupplier, boolean allowIncrementalPersists) Add a row.BatchAppenderator.add(SegmentIdWithShardSpec identifier, InputRow row, com.google.common.base.Supplier<Committer> committerSupplier, boolean allowIncrementalPersists) StreamAppenderator.add(SegmentIdWithShardSpec identifier, InputRow row, com.google.common.base.Supplier<Committer> committerSupplier, boolean allowIncrementalPersists)