Class MasterStatusUtil
java.lang.Object
org.apache.hadoop.hbase.master.http.MasterStatusUtil
Utility used by the web UI JSP pages.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFragmentationInfo(HMaster master, org.apache.hadoop.conf.Configuration conf) static ServerNamegetMetaLocationOrNull(HMaster master) static StringgetUserTables(HMaster master, List<TableDescriptor> tables) static StringserverNameLink(HMaster master, ServerName serverName) 
- 
Constructor Details- 
MasterStatusUtilprivate MasterStatusUtil()
 
- 
- 
Method Details- 
getUserTables
- 
getFragmentationInfopublic static Map<String,Integer> getFragmentationInfo(HMaster master, org.apache.hadoop.conf.Configuration conf) throws IOException - Throws:
- IOException
 
- 
getMetaLocationOrNull
- 
serverNameLink
 
-