class BatchErrors extends Object
Modifier and Type | Field and Description |
---|---|
(package private) List<Row> |
actions |
(package private) List<String> |
addresses |
private static org.slf4j.Logger |
LOG |
(package private) List<Throwable> |
throwables |
Constructor and Description |
---|
BatchErrors() |
Modifier and Type | Method and Description |
---|---|
void |
add(Throwable ex,
Row row,
ServerName serverName) |
void |
clear() |
boolean |
hasErrors() |
(package private) RetriesExhaustedWithDetailsException |
makeException(boolean logDetails) |
void |
merge(BatchErrors other) |
private static final org.slf4j.Logger LOG
final List<Throwable> throwables
BatchErrors()
public void add(Throwable ex, Row row, ServerName serverName)
public boolean hasErrors()
RetriesExhaustedWithDetailsException makeException(boolean logDetails)
public void clear()
public void merge(BatchErrors other)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.