Uses of Interface
org.apache.hadoop.hbase.client.AsyncConnection
Packages that use org.apache.hadoop.hbase.client.AsyncConnection
-
Uses of org.apache.hadoop.hbase.client.AsyncConnection in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeMethodDescriptiondefault org.apache.hadoop.hbase.client.AsyncConnectionServer.getAsyncConnection()Returns a reference to the servers' async connection. -
Uses of org.apache.hadoop.hbase.client.AsyncConnection in org.apache.hadoop.hbase.client
Subinterfaces of org.apache.hadoop.hbase.client.AsyncConnection in in org.apache.hadoop.hbase.clientModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.client.AsyncClusterConnectionThe asynchronous connection for internal usage.Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.AsyncConnectionImplThe implementation of AsyncConnection.classorg.apache.hadoop.hbase.client.SharedAsyncConnectionWraps aAsyncConnectionto make it can't be closed.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.AsyncConnectionConnection.toAsyncConnection()Convert this connection to anAsyncConnection.org.apache.hadoop.hbase.client.AsyncConnectionSharedConnection.toAsyncConnection()Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeMethodDescriptionstatic CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection()CallConnectionFactory.createAsyncConnection(Configuration)using default HBaseConfiguration.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection(URI connectionUri) CallConnectionFactory.createAsyncConnection(URI, Configuration)using default HBaseConfiguration.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection(URI connectionUri, org.apache.hadoop.conf.Configuration conf) CallConnectionFactory.createAsyncConnection(Configuration, User)using the givenconnectionUri,confand a User object created byUserProvider.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection(URI connectionUri, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) Create a new AsyncConnection instance using the passedconnectionUri,confanduser.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection(URI connectionUri, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user, Map<String, byte[]> connectionAttributes) Create a new AsyncConnection instance using the passedconnectionUri,confanduser.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf) CallConnectionFactory.createAsyncConnection(Configuration, User)using the givenconfand a User object created byUserProvider.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) Create a new AsyncConnection instance using the passedconfanduser.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user, Map<String, byte[]> connectionAttributes) Create a new AsyncConnection instance using the passedconfanduser.Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.AsyncConnection in inModifierConstructorDescriptionSharedAsyncConnection(org.apache.hadoop.hbase.client.AsyncConnection conn)