AbstractBigtableRegionLocator (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.hbase

Class AbstractBigtableRegionLocator

  • java.lang.Object
    • com.google.cloud.bigtable.hbase.AbstractBigtableRegionLocator
    • Field Detail

      • MAX_REGION_AGE_MILLIS

        public static long MAX_REGION_AGE_MILLIS
        Constant MAX_REGION_AGE_MILLIS=60 * 1000
      • tableName

        protected final TableName tableName
    • Method Detail

      • getRegionsAsync

        protected com.google.api.core.ApiFuture<List<HRegionLocation>> getRegionsAsync(boolean reload)
        The list of regions will be sorted and cover all the possible rows.
        Parameters:
        reload - a boolean field.
        Returns:
        a List object.