public class IncrementalIndexAddResult extends Object
| Constructor and Description |
|---|
IncrementalIndexAddResult(int rowCount,
long bytesInMemory) |
IncrementalIndexAddResult(int rowCount,
long bytesInMemory,
ParseException parseException) |
IncrementalIndexAddResult(int rowCount,
long bytesInMemory,
String reasonOfNotAdded) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesInMemory() |
ParseException |
getParseException() |
String |
getReasonOfNotAdded() |
int |
getRowCount() |
boolean |
hasParseException() |
boolean |
isRowAdded() |
public IncrementalIndexAddResult(int rowCount,
long bytesInMemory,
@Nullable
ParseException parseException)
public IncrementalIndexAddResult(int rowCount,
long bytesInMemory,
String reasonOfNotAdded)
public IncrementalIndexAddResult(int rowCount,
long bytesInMemory)
public int getRowCount()
public long getBytesInMemory()
public boolean hasParseException()
@Nullable public ParseException getParseException()
public boolean isRowAdded()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.