Uses of Class
org.apache.hadoop.hbase.client.replication.TableCFs

Packages that use org.apache.hadoop.hbase.client.replication.TableCFs
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.replication.TableCFs in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.client.replication.TableCFs in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.client.replication.TableCFs>
    Admin.listReplicatedTableCFs()
    Find all table and column families that are replicated from this cluster
    CompletableFuture<List<org.apache.hadoop.hbase.client.replication.TableCFs>>
    AsyncAdmin.listReplicatedTableCFs()
    Find all table and column families that are replicated from this cluster