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