Uses of Class
org.apache.hadoop.hbase.client.replication.TableCFs
Packages that use org.apache.hadoop.hbase.client.replication.TableCFs
-
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 inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.client.replication.TableCFs>
Admin.listReplicatedTableCFs()
Find all table and column families that are replicated from this clusterCompletableFuture<List<org.apache.hadoop.hbase.client.replication.TableCFs>>
AsyncAdmin.listReplicatedTableCFs()
Find all table and column families that are replicated from this clusterList<org.apache.hadoop.hbase.client.replication.TableCFs>
HBaseAdmin.listReplicatedTableCFs()