Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.tmpl.master |
Modifier and Type | Field and Description |
---|---|
static ServerLoad |
ServerLoad.EMPTY_SERVERLOAD |
Modifier and Type | Field and Description |
---|---|
private Map<ServerName,ServerLoad> |
ClusterStatus.liveServers |
Modifier and Type | Method and Description |
---|---|
ServerLoad |
ClusterStatus.getLoad(ServerName sn) |
Constructor and Description |
---|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,ServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
Map<String,RegionState> rit,
String[] masterCoprocessors,
Boolean balancerOn) |
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<ServerName,ServerLoad> |
ServerManager.onlineServers
Map of registered servers to their current load
|
Modifier and Type | Method and Description |
---|---|
ServerLoad |
ServerManager.getLoad(ServerName serverName) |
Modifier and Type | Method and Description |
---|---|
Map<ServerName,ServerLoad> |
ServerManager.getOnlineServers() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
ServerManager.checkAndRecordNewServer(ServerName serverName,
ServerLoad sl)
Check is a server of same host and port already exists,
if not, or the existed one got a smaller start code, record it.
|
(package private) void |
ServerManager.recordNewServerWithLock(ServerName serverName,
ServerLoad sl)
Adds the onlineServers list.
|
(package private) void |
ServerManager.regionServerReport(ServerName sn,
ServerLoad sl) |
private void |
ServerManager.updateLastFlushedSequenceIds(ServerName sn,
ServerLoad hsl)
Updates last flushed sequence Ids for the regions on server sn
|
Modifier and Type | Method and Description |
---|---|
private void |
RegionServerListTmplImpl.__jamon_innerUnit__serverNameLink(Writer jamonWriter,
ServerName serverName,
ServerLoad serverLoad) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.