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

Packages that use NotAllMetaRegionsOnlineException
org.apache.hadoop.hbase.catalog   
 

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, HServerInfo serverInfo)
           
static void MetaEditor.deleteDaughterReferenceInParent(CatalogTracker catalogTracker, HRegionInfo parent, byte[] qualifier, HRegionInfo daughter)
          Deletes daughter reference in offlined split parent.
static void MetaEditor.offlineParentInMeta(CatalogTracker catalogTracker, HRegionInfo parent, HRegionInfo a, HRegionInfo b)
          Offline parent in meta.
 HServerAddress CatalogTracker.waitForMeta(long timeout)
          Gets the current location for .META. if available and waits for up to the specified timeout if not immediately available.
 HRegionInterface CatalogTracker.waitForMetaServerConnection(long timeout)
          Gets a connection to the server hosting meta, as reported by ZooKeeper, waiting up to the specified timeout for availability.
 HRegionInterface CatalogTracker.waitForMetaServerConnectionDefault()
          Gets a connection to the server hosting meta, as reported by ZooKeeper, waiting up to the specified timeout for availability.
 HRegionInterface CatalogTracker.waitForRootServerConnection(long timeout)
          Gets a connection to the server hosting root, as reported by ZooKeeper, waiting up to the specified timeout for availability.
 HRegionInterface CatalogTracker.waitForRootServerConnectionDefault()
          Gets a connection to the server hosting root, as reported by ZooKeeper, waiting for the default timeout specified on instantiation.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.