org.hbase.async.generated
Interface HBasePB.ServerNameOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
HBasePB.ServerName, HBasePB.ServerName.Builder
Enclosing class:
HBasePB

public static interface HBasePB.ServerNameOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 String getHostName()
          required string host_name = 1;
 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;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasHostName

boolean hasHostName()
required string host_name = 1;


getHostName

String getHostName()
required string host_name = 1;


getHostNameBytes

com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 1;


hasPort

boolean hasPort()
optional uint32 port = 2;


getPort

int getPort()
optional uint32 port = 2;


hasStartCode

boolean hasStartCode()
optional uint64 start_code = 3;


getStartCode

long getStartCode()
optional uint64 start_code = 3;



Copyright © 2010-2015, The Async HBase Authors