Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.net | |
org.apache.hadoop.hbase.rsgroup |
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 server)
Adds the server to the group.
|
boolean |
RSGroupInfo.containsServer(Address address) |
boolean |
RSGroupInfo.removeServer(Address address)
Remove a server from this group.
|
Modifier and Type | Method and Description |
---|---|
void |
RSGroupInfo.addAllServers(Collection<Address> addresses)
Adds a group of servers.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.