BigtableAsyncRegistry (Cloud Bigtable HBase Client for Java 1.12.0 API)

org.apache.hadoop.hbase.client

Class BigtableAsyncRegistry



  • public class BigtableAsyncRegistry
    extends Object
    Bigtable implementation of AsyncRegistry. The default Habse 2 implementation provided by ZKAsyncRegistry assumes a ZooKeeper environment, which is not the case for Bigtable.

    This class is injected via the system property: "hbase.client.registry.impl" For further details See AsyncRegistryFactory.REGISTRY_IMPL_CONF_KEY, and ConnectionFactory.createAsyncConnection()

    Author:
    spollapally