Uses of Class
org.apache.hadoop.hbase.NotAllMetaRegionsOnlineException

Packages that use NotAllMetaRegionsOnlineException
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.master.snapshot   
 

Uses of NotAllMetaRegionsOnlineException in org.apache.hadoop.hbase.catalog
 

Methods in org.apache.hadoop.hbase.catalog that throw NotAllMetaRegionsOnlineException
static void MetaEditor.addDaughter(CatalogTracker catalogTracker, HRegionInfo regionInfo, ServerName sn, long openSeqNum)
          Adds a daughter region entry to meta.
 ServerName CatalogTracker.waitForMeta(long timeout)
          Gets the current location for hbase:meta if available and waits for up to the specified timeout if not immediately available.
 AdminProtos.AdminService.BlockingInterface CatalogTracker.waitForMetaServerConnection(long timeout)
          Deprecated. Use #getMetaServerConnection(long)
 

Uses of NotAllMetaRegionsOnlineException in org.apache.hadoop.hbase.master.handler
 

Methods in org.apache.hadoop.hbase.master.handler that throw NotAllMetaRegionsOnlineException
 CreateTableHandler CreateTableHandler.prepare()
           
 

Uses of NotAllMetaRegionsOnlineException in org.apache.hadoop.hbase.master.snapshot
 

Methods in org.apache.hadoop.hbase.master.snapshot that throw NotAllMetaRegionsOnlineException
 CloneSnapshotHandler CloneSnapshotHandler.prepare()
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.