Class Appenderator.AppenderatorAddResult
java.lang.Object
org.apache.druid.segment.realtime.appenderator.Appenderator.AppenderatorAddResult
- Enclosing interface:
- Appenderator
Result of
Appenderator.add(org.apache.druid.segment.realtime.appenderator.SegmentIdWithShardSpec, org.apache.druid.data.input.InputRow, com.google.common.base.Supplier<org.apache.druid.data.input.Committer>) containing following information
- SegmentIdWithShardSpec - identifier of segment to which rows are being added
- int - positive number indicating how many summarized rows exist in this segment so far and
- boolean - true if is set to false and persist is required; false otherwise-
Method Summary
-
Method Details
-
getNumRowsInSegment
public int getNumRowsInSegment()
-