Uses of Interface
org.apache.hadoop.hbase.client.AsyncClusterConnection
Package
Description
Provides HBase Client
Multi Cluster Replication
-
Uses of org.apache.hadoop.hbase.client.AsyncClusterConnection in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.client.AsyncClusterConnection
HBaseServerBase.asyncClusterConnection
The asynchronous cluster connection to be shared by services.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.AsyncClusterConnection
HBaseServerBase.getAsyncClusterConnection()
org.apache.hadoop.hbase.client.AsyncClusterConnection
MockRegionServerServices.getAsyncClusterConnection()
org.apache.hadoop.hbase.client.AsyncClusterConnection
Server.getAsyncClusterConnection()
Returns a reference to the servers' async cluster connection.org.apache.hadoop.hbase.client.AsyncClusterConnection
HBaseTestingUtility.getAsyncConnection()
Deprecated.Get a shared AsyncClusterConnection to the cluster.org.apache.hadoop.hbase.client.AsyncClusterConnection
HBaseTestingUtility.getAsyncConnection
(org.apache.hadoop.hbase.security.User user) Deprecated.Get a assigned AsyncClusterConnection to the cluster. -
Uses of org.apache.hadoop.hbase.client.AsyncClusterConnection in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.AsyncClusterConnection
ClusterConnectionFactory.createAsyncClusterConnection
(URI uri, org.apache.hadoop.conf.Configuration conf, SocketAddress localAddress, org.apache.hadoop.hbase.security.User user) Create a newAsyncClusterConnection
instance.static org.apache.hadoop.hbase.client.AsyncClusterConnection
ClusterConnectionFactory.createAsyncClusterConnection
(org.apache.hadoop.conf.Configuration conf, SocketAddress localAddress, org.apache.hadoop.hbase.security.User user) Create a newAsyncClusterConnection
instance.static org.apache.hadoop.hbase.client.AsyncClusterConnection
ClusterConnectionFactory.createAsyncClusterConnection
(org.apache.hadoop.hbase.client.ConnectionRegistryEndpoint endpoint, org.apache.hadoop.conf.Configuration conf, SocketAddress localAddress, org.apache.hadoop.hbase.security.User user) Create a newAsyncClusterConnection
instance to be used at server side where we have aConnectionRegistryEndpoint
. -
Uses of org.apache.hadoop.hbase.client.AsyncClusterConnection in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionstatic void
ServerManager.closeRegionSilentlyAndWait
(org.apache.hadoop.hbase.client.AsyncClusterConnection connection, org.apache.hadoop.hbase.ServerName server, org.apache.hadoop.hbase.client.RegionInfo region, long timeout) Contacts a region server and waits up to timeout ms to close the region. -
Uses of org.apache.hadoop.hbase.client.AsyncClusterConnection in org.apache.hadoop.hbase.regionserver
ModifierConstructorDescriptionBootstrapNodeManager
(org.apache.hadoop.hbase.client.AsyncClusterConnection conn, org.apache.hadoop.hbase.zookeeper.MasterAddressTracker masterAddrTracker) -
Uses of org.apache.hadoop.hbase.client.AsyncClusterConnection in org.apache.hadoop.hbase.regionserver.regionreplication
ModifierConstructorDescriptionRegionReplicationSink
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.RegionInfo primary, org.apache.hadoop.hbase.client.TableDescriptor td, org.apache.hadoop.hbase.regionserver.regionreplication.RegionReplicationBufferManager manager, Runnable flushRequester, org.apache.hadoop.hbase.client.AsyncClusterConnection conn) -
Uses of org.apache.hadoop.hbase.client.AsyncClusterConnection in org.apache.hadoop.hbase.replication
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.AsyncClusterConnection
HBaseReplicationEndpoint.createConnection
(URI clusterURI, org.apache.hadoop.conf.Configuration conf) Some implementations of HBaseInterClusterReplicationEndpoint may require instantiate different Connection implementations, or initialize it in a different way, so defining createConnection as protected for possible overridings.