Class IncrementalIndexAddResult

java.lang.Object
org.apache.druid.segment.incremental.IncrementalIndexAddResult

public class IncrementalIndexAddResult extends Object
  • Constructor Details

    • IncrementalIndexAddResult

      public IncrementalIndexAddResult(int rowCount, long bytesInMemory, @Nullable ParseException parseException)
    • IncrementalIndexAddResult

      public IncrementalIndexAddResult(int rowCount, long bytesInMemory, String reasonOfNotAdded)
    • IncrementalIndexAddResult

      public IncrementalIndexAddResult(int rowCount, long bytesInMemory)
  • Method Details

    • getRowCount

      public int getRowCount()
    • getBytesInMemory

      public long getBytesInMemory()
    • hasParseException

      public boolean hasParseException()
    • getParseException

      @Nullable public ParseException getParseException()
    • isRowAdded

      public boolean isRowAdded()