Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
default AsyncTable<ScanResultConsumer> |
AsyncConnection.getTable(TableName tableName,
ExecutorService pool)
Retrieve an
AsyncTable implementation for accessing a table. |
AsyncTableBuilder<ScanResultConsumer> |
AsyncConnectionImpl.getTableBuilder(TableName tableName,
ExecutorService pool) |
AsyncTableBuilder<ScanResultConsumer> |
AsyncConnection.getTableBuilder(TableName tableName,
ExecutorService pool)
Returns an
AsyncTableBuilder for creating AsyncTable . |
Modifier and Type | Method and Description |
---|---|
void |
AsyncTableImpl.scan(Scan scan,
ScanResultConsumer consumer) |
private void |
AsyncTableImpl.scan0(Scan scan,
ScanResultConsumer consumer) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.