Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
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 ServerName |
ServerName.valueOf(Address address,
long startCode)
Retrieve an instance of
ServerName . |
Constructor and Description |
---|
ServerTooBusyException(Address address,
long count) |
Modifier and Type | Method and Description |
---|---|
static Address |
Address.fromParts(String hostname,
int port) |
static Address |
Address.fromSocketAddress(InetSocketAddress addr) |
static Address |
Address.fromString(String hostnameAndPort) |
Modifier and Type | Method and Description |
---|---|
int |
Address.compareTo(Address that) |
static InetSocketAddress |
Address.toSocketAddress(Address addr) |
static InetSocketAddress[] |
Address.toSocketAddress(Address[] addrs) |
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)
Returns true if a server with hostPort is found
|
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()
Returns Address for this cluster instance.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.