|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Server
Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
Method Summary | |
---|---|
CatalogTracker |
getCatalogTracker()
|
org.apache.hadoop.conf.Configuration |
getConfiguration()
Gets the configuration object for this server. |
String |
getServerName()
Gets the unique server name for this server. |
ZooKeeperWatcher |
getZooKeeper()
Gets the ZooKeeper instance for this server. |
Methods inherited from interface org.apache.hadoop.hbase.Abortable |
---|
abort |
Methods inherited from interface org.apache.hadoop.hbase.Stoppable |
---|
isStopped, stop |
Method Detail |
---|
org.apache.hadoop.conf.Configuration getConfiguration()
ZooKeeperWatcher getZooKeeper()
CatalogTracker getCatalogTracker()
CatalogTracker
String getServerName()
<hostname> ',' <port> ',' <startcode>
.
If the master, it returns <hostname> ':' <port>'.
- Returns:
- unique server name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |