org.apache.hadoop.hbase.protobuf.generated
Interface RegionServerStatusProtos.RegionServerStartupResponseOrBuilder

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

public static interface RegionServerStatusProtos.RegionServerStartupResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.NameStringPair getMapEntries(int index)
           
 int getMapEntriesCount()
           
 List<HBaseProtos.NameStringPair> getMapEntriesList()
           
 HBaseProtos.NameStringPairOrBuilder getMapEntriesOrBuilder(int index)
           
 List<? extends HBaseProtos.NameStringPairOrBuilder> getMapEntriesOrBuilderList()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getMapEntriesList

List<HBaseProtos.NameStringPair> getMapEntriesList()

getMapEntries

HBaseProtos.NameStringPair getMapEntries(int index)

getMapEntriesCount

int getMapEntriesCount()

getMapEntriesOrBuilderList

List<? extends HBaseProtos.NameStringPairOrBuilder> getMapEntriesOrBuilderList()

getMapEntriesOrBuilder

HBaseProtos.NameStringPairOrBuilder getMapEntriesOrBuilder(int index)


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