org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.RegionServerInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HBaseProtos.RegionServerInfo, HBaseProtos.RegionServerInfo.Builder
Enclosing class:
HBaseProtos

public static interface HBaseProtos.RegionServerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getInfoPort()
          optional int32 infoPort = 1;
 boolean hasInfoPort()
          optional int32 infoPort = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasInfoPort

boolean hasInfoPort()
optional int32 infoPort = 1;


getInfoPort

int getInfoPort()
optional int32 infoPort = 1;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.