Class IncrementalIndexAddResult


  • public class IncrementalIndexAddResult
    extends Object
    • Constructor Detail

      • 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 Detail

      • getRowCount

        public int getRowCount()
      • getBytesInMemory

        public long getBytesInMemory()
      • hasParseException

        public boolean hasParseException()
      • isRowAdded

        public boolean isRowAdded()