Package | Description |
---|---|
org.apache.hadoop.hbase.net |
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[] addrs) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.