Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
RetriesExhaustedWithDetailsException |
AsyncRequestFuture.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
BufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception,
BufferedMutator mutator) |
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) |
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–2019 Cloudera. All rights reserved.