public class BatchExceptions extends Object
| 构造器和说明 |
|---|
BatchExceptions() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Throwable ex,
org.apache.hadoop.hbase.client.Row row,
org.apache.hadoop.hbase.ServerName serverName) |
void |
clear() |
boolean |
hasErrors() |
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException |
makeException() |
void |
merge(BatchExceptions other) |
public void add(Throwable ex, org.apache.hadoop.hbase.client.Row row, org.apache.hadoop.hbase.ServerName serverName)
public boolean hasErrors()
public org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException makeException()
public void clear()
public void merge(BatchExceptions other)
Copyright © 2019. All rights reserved.