public static interface AdminProtos.ServerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
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;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.