Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
RetriesExhaustedWithDetailsException |
AsyncRequestFuture.getErrors() |
RetriesExhaustedWithDetailsException |
AsyncRequestFutureImpl.getErrors() |
(package private) RetriesExhaustedWithDetailsException |
BatchErrors.makeException(boolean logDetails) |
private static RetriesExhaustedWithDetailsException |
BufferedMutatorImpl.makeException(List<RetriesExhaustedWithDetailsException> errors) |
Modifier and Type | Method and Description |
---|---|
void |
BufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception,
BufferedMutator mutator) |
Modifier and Type | Method and Description |
---|---|
private static RetriesExhaustedWithDetailsException |
BufferedMutatorImpl.makeException(List<RetriesExhaustedWithDetailsException> errors) |
Modifier and Type | Method and Description |
---|---|
static <R> void |
HTable.doBatchWithCallback(List<? extends Row> actions,
Object[] results,
Batch.Callback<R> callback,
ClusterConnection connection,
ExecutorService pool,
TableName tableName) |
private void |
BufferedMutatorImpl.doFlush(boolean flushAll)
Send the operations in the buffer to the servers.
|
void |
BufferedMutatorImpl.flush() |
void |
BufferedMutatorImpl.mutate(List<? extends Mutation> ms) |
void |
BufferedMutatorImpl.mutate(Mutation m) |
void |
BufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception,
BufferedMutator mutator) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.