Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
RetriesExhaustedWithDetailsException |
AsyncProcess.AsyncRequestFuture.getErrors() |
RetriesExhaustedWithDetailsException |
AsyncProcess.AsyncRequestFutureImpl.getErrors() |
private RetriesExhaustedWithDetailsException |
AsyncProcess.BatchErrors.makeException() |
RetriesExhaustedWithDetailsException |
AsyncProcess.waitForAllPreviousOpsAndReset(List<Row> failedRows,
String tableName)
Only used w/useGlobalErrors ctor argument, for HTable backward compat.
|
Modifier and Type | Method and Description |
---|---|
void |
BufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception,
BufferedMutator mutator) |
Modifier and Type | Method and Description |
---|---|
private void |
BufferedMutatorImpl.backgroundFlushCommits(boolean synchronous)
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) |
void |
BufferedMutatorImpl.setWriteBufferSize(long writeBufferSize)
Deprecated.
Going away when we drop public support for
HTableInterface . |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.