程序包 | 说明 |
---|---|
org.apache.hadoop.hbase |
限定符和类型 | 字段和说明 |
---|---|
static List<ServerName> |
ServerName.EMPTY_SERVER_LIST |
限定符和类型 | 方法和说明 |
---|---|
static ServerName |
ServerName.parseServerName(String str) |
static ServerName |
ServerName.parseVersionedServerName(byte[] versionedBytes)
Use this method instantiating a
ServerName from bytes
gotten from a call to getVersionedBytes() . |
static ServerName |
ServerName.valueOf(String serverName)
Retrieve an instance of ServerName.
|
static ServerName |
ServerName.valueOf(String hostname,
int port,
long startcode)
Retrieve an instance of ServerName.
|
static ServerName |
ServerName.valueOf(String hostAndPort,
long startCode)
Retrieve an instance of ServerName.
|
限定符和类型 | 方法和说明 |
---|---|
int |
ServerName.compareTo(ServerName other) |
static boolean |
ServerName.isSameAddress(ServerName left,
ServerName right) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.