Class IncrementalIndexAddResult
java.lang.Object
org.apache.druid.segment.incremental.IncrementalIndexAddResult
-
Constructor Summary
ConstructorsConstructorDescriptionIncrementalIndexAddResult(int rowCount, long bytesInMemory) IncrementalIndexAddResult(int rowCount, long bytesInMemory, String reasonOfNotAdded) IncrementalIndexAddResult(int rowCount, long bytesInMemory, ParseException parseException) -
Method Summary
Modifier and TypeMethodDescriptionlongintbooleanboolean
-
Constructor Details
-
IncrementalIndexAddResult
public IncrementalIndexAddResult(int rowCount, long bytesInMemory, @Nullable ParseException parseException) -
IncrementalIndexAddResult
-
IncrementalIndexAddResult
public IncrementalIndexAddResult(int rowCount, long bytesInMemory)
-
-
Method Details
-
getRowCount
public int getRowCount() -
getBytesInMemory
public long getBytesInMemory() -
hasParseException
public boolean hasParseException() -
getParseException
-
isRowAdded
public boolean isRowAdded()
-