public static interface RegionServerStatusProtos.RegionServerStartupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPort()
required uint32 port = 1; |
long |
getServerCurrentTime()
required uint64 server_current_time = 3; |
long |
getServerStartCode()
required uint64 server_start_code = 2; |
String |
getUseThisHostnameInstead()
optional string use_this_hostname_instead = 4; |
com.google.protobuf.ByteString |
getUseThisHostnameInsteadBytes()
optional string use_this_hostname_instead = 4; |
boolean |
hasPort()
required uint32 port = 1; |
boolean |
hasServerCurrentTime()
required uint64 server_current_time = 3; |
boolean |
hasServerStartCode()
required uint64 server_start_code = 2; |
boolean |
hasUseThisHostnameInstead()
optional string use_this_hostname_instead = 4; |
boolean hasPort()
required uint32 port = 1;
Port number this regionserver is up on
int getPort()
required uint32 port = 1;
Port number this regionserver is up on
boolean hasServerStartCode()
required uint64 server_start_code = 2;
This servers' startcode
long getServerStartCode()
required uint64 server_start_code = 2;
This servers' startcode
boolean hasServerCurrentTime()
required uint64 server_current_time = 3;
Current time of the region server in ms
long getServerCurrentTime()
required uint64 server_current_time = 3;
Current time of the region server in ms
boolean hasUseThisHostnameInstead()
optional string use_this_hostname_instead = 4;
hostname for region server, optional
String getUseThisHostnameInstead()
optional string use_this_hostname_instead = 4;
hostname for region server, optional
com.google.protobuf.ByteString getUseThisHostnameInsteadBytes()
optional string use_this_hostname_instead = 4;
hostname for region server, optional
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.