public static interface HBaseProtos.ServerNameOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
required string host_name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getHostNameBytes()
required string host_name = 1; |
int |
getPort()
optional uint32 port = 2; |
long |
getStartCode()
optional uint64 start_code = 3; |
boolean |
hasHostName()
required string host_name = 1; |
boolean |
hasPort()
optional uint32 port = 2; |
boolean |
hasStartCode()
optional uint64 start_code = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHostName()
required string host_name = 1;String getHostName()
required string host_name = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 1;boolean hasPort()
optional uint32 port = 2;int getPort()
optional uint32 port = 2;boolean hasStartCode()
optional uint64 start_code = 3;long getStartCode()
optional uint64 start_code = 3;Copyright © 2007–2019 Cloudera. All rights reserved.