| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin. |
| 限定符和类型 | 方法和说明 |
|---|---|
RetriesExhaustedWithDetailsException |
AsyncRequestFuture.getErrors() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception,
BufferedMutator mutator) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 The Apache Software Foundation. All rights reserved.