Uses of Class
org.apache.hadoop.hbase.ConnectionRule
Packages that use ConnectionRule
-
Uses of ConnectionRule in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return ConnectionRuleModifier and TypeMethodDescriptionstatic ConnectionRuleConnectionRule.createAsyncConnectionRule(Supplier<CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>> asyncConnectionSupplier) Deprecated.static ConnectionRuleConnectionRule.createConnectionRule(Supplier<org.apache.hadoop.hbase.client.Connection> connectionSupplier) Deprecated.static ConnectionRuleConnectionRule.createConnectionRule(Supplier<org.apache.hadoop.hbase.client.Connection> connectionSupplier, Supplier<CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>> asyncConnectionSupplier) Deprecated.