Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.thrift2.client |
Modifier and Type | Method and Description |
---|---|
List<TableCFs> |
Admin.listReplicatedTableCFs()
Find all table and column families that are replicated from this cluster
|
CompletableFuture<List<TableCFs>> |
AsyncAdmin.listReplicatedTableCFs()
Find all table and column families that are replicated from this cluster
|
CompletableFuture<List<TableCFs>> |
RawAsyncHBaseAdmin.listReplicatedTableCFs() |
CompletableFuture<List<TableCFs>> |
AsyncHBaseAdmin.listReplicatedTableCFs() |
List<TableCFs> |
HBaseAdmin.listReplicatedTableCFs() |
Modifier and Type | Method and Description |
---|---|
List<TableCFs> |
ThriftAdmin.listReplicatedTableCFs() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.