| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.net | |
| org.apache.hadoop.hbase.rsgroup | |
| org.apache.hadoop.hbase.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
Address |
ServerName.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
static Address |
Address.fromParts(String hostname,
int port) |
static Address |
Address.fromString(String hostnameAndPort) |
| Modifier and Type | Method and Description |
|---|---|
int |
Address.compareTo(Address that) |
| Modifier and Type | Method and Description |
|---|---|
Set<Address> |
RSGroupInfo.getServers()
Get list of servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RSGroupInfo.addServer(Address hostPort)
Adds the given server to the group.
|
boolean |
RSGroupInfo.containsServer(Address hostPort) |
boolean |
RSGroupInfo.removeServer(Address hostPort)
Remove given server from the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RSGroupInfo.addAllServers(Collection<Address> hostPort)
Adds the given servers to the group.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
MiniZooKeeperCluster.getAddress() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.