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. -
Uses of ConnectionRule in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as ConnectionRuleModifier and TypeFieldDescriptionprivate final ConnectionRuleTestAsyncMetaRegionLocator.Setup.connectionRuleConstructors in org.apache.hadoop.hbase.client with parameters of type ConnectionRuleModifierConstructorDescriptionSetup(ConnectionRule connectionRule, MiniClusterRule miniClusterRule)