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