public static interface AdminProtos.ServerInfoOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
HBaseProtos.ServerName | 
getServerName()
required .ServerName server_name = 1; | 
HBaseProtos.ServerNameOrBuilder | 
getServerNameOrBuilder()
required .ServerName server_name = 1; | 
int | 
getWebuiPort()
optional uint32 webui_port = 2; | 
boolean | 
hasServerName()
required .ServerName server_name = 1; | 
boolean | 
hasWebuiPort()
optional uint32 webui_port = 2; | 
boolean hasServerName()
required .ServerName server_name = 1;HBaseProtos.ServerName getServerName()
required .ServerName server_name = 1;HBaseProtos.ServerNameOrBuilder getServerNameOrBuilder()
required .ServerName server_name = 1;boolean hasWebuiPort()
optional uint32 webui_port = 2;int getWebuiPort()
optional uint32 webui_port = 2;