Package org.apache.hadoop.hbase.client
Interface ConnectionRegistryEndpoint
- All Known Implementing Classes:
HBaseServerBase
,HMaster
,HMasterCommandLine.LocalHMaster
,HRegionServer
,MiniHBaseCluster.MiniHBaseClusterRegionServer
Define the necessary method for carrying
ClientMetaService
.-
Method Summary
Modifier and TypeMethodDescriptionGet active master address.Get backup masters address.Get a iterator of the available bootstrap nodes.Get cluster id.Get the location of meta regions.
-
Method Details
-
getClusterId
Get cluster id. -
getActiveMaster
Get active master address. -
getBackupMasters
Get backup masters address. -
getBootstrapNodes
Get a iterator of the available bootstrap nodes. -
getMetaLocations
Get the location of meta regions.
-