org.apache.hadoop.hbase.protobuf.generated
Class RegionServerStatusProtos.RegionServerStartupResponse.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, RegionServerStatusProtos.RegionServerStartupResponseOrBuilder
Enclosing class:
RegionServerStatusProtos.RegionServerStartupResponse

public static final class RegionServerStatusProtos.RegionServerStartupResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>
implements RegionServerStatusProtos.RegionServerStartupResponseOrBuilder

Protobuf type RegionServerStartupResponse


Method Summary
 RegionServerStatusProtos.RegionServerStartupResponse.Builder addAllMapEntries(Iterable<? extends HBaseProtos.NameStringPair> values)
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(HBaseProtos.NameStringPair.Builder builderForValue)
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(HBaseProtos.NameStringPair value)
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(int index, HBaseProtos.NameStringPair.Builder builderForValue)
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(int index, HBaseProtos.NameStringPair value)
          repeated .NameStringPair map_entries = 1;
 HBaseProtos.NameStringPair.Builder addMapEntriesBuilder()
          repeated .NameStringPair map_entries = 1;
 HBaseProtos.NameStringPair.Builder addMapEntriesBuilder(int index)
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse build()
           
 RegionServerStatusProtos.RegionServerStartupResponse buildPartial()
           
 RegionServerStatusProtos.RegionServerStartupResponse.Builder clear()
           
 RegionServerStatusProtos.RegionServerStartupResponse.Builder clearMapEntries()
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse.Builder clone()
           
 RegionServerStatusProtos.RegionServerStartupResponse getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 HBaseProtos.NameStringPair getMapEntries(int index)
          repeated .NameStringPair map_entries = 1;
 HBaseProtos.NameStringPair.Builder getMapEntriesBuilder(int index)
          repeated .NameStringPair map_entries = 1;
 List<HBaseProtos.NameStringPair.Builder> getMapEntriesBuilderList()
          repeated .NameStringPair map_entries = 1;
 int getMapEntriesCount()
          repeated .NameStringPair map_entries = 1;
 List<HBaseProtos.NameStringPair> getMapEntriesList()
          repeated .NameStringPair map_entries = 1;
 HBaseProtos.NameStringPairOrBuilder getMapEntriesOrBuilder(int index)
          repeated .NameStringPair map_entries = 1;
 List<? extends HBaseProtos.NameStringPairOrBuilder> getMapEntriesOrBuilderList()
          repeated .NameStringPair map_entries = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RegionServerStatusProtos.RegionServerStartupResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RegionServerStatusProtos.RegionServerStartupResponse.Builder mergeFrom(com.google.protobuf.Message other)
           
 RegionServerStatusProtos.RegionServerStartupResponse.Builder mergeFrom(RegionServerStatusProtos.RegionServerStartupResponse other)
           
 RegionServerStatusProtos.RegionServerStartupResponse.Builder removeMapEntries(int index)
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse.Builder setMapEntries(int index, HBaseProtos.NameStringPair.Builder builderForValue)
          repeated .NameStringPair map_entries = 1;
 RegionServerStatusProtos.RegionServerStartupResponse.Builder setMapEntries(int index, HBaseProtos.NameStringPair value)
          repeated .NameStringPair map_entries = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>

clear

public RegionServerStatusProtos.RegionServerStartupResponse.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>

clone

public RegionServerStatusProtos.RegionServerStartupResponse.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>

getDefaultInstanceForType

public RegionServerStatusProtos.RegionServerStartupResponse getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public RegionServerStatusProtos.RegionServerStartupResponse build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public RegionServerStatusProtos.RegionServerStartupResponse buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public RegionServerStatusProtos.RegionServerStartupResponse.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>

mergeFrom

public RegionServerStatusProtos.RegionServerStartupResponse.Builder mergeFrom(RegionServerStatusProtos.RegionServerStartupResponse other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>

mergeFrom

public RegionServerStatusProtos.RegionServerStartupResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                       throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RegionServerStatusProtos.RegionServerStartupResponse.Builder>
Throws:
IOException

getMapEntriesList

public List<HBaseProtos.NameStringPair> getMapEntriesList()
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 

Specified by:
getMapEntriesList in interface RegionServerStatusProtos.RegionServerStartupResponseOrBuilder

getMapEntriesCount

public int getMapEntriesCount()
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 

Specified by:
getMapEntriesCount in interface RegionServerStatusProtos.RegionServerStartupResponseOrBuilder

getMapEntries

public HBaseProtos.NameStringPair getMapEntries(int index)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 

Specified by:
getMapEntries in interface RegionServerStatusProtos.RegionServerStartupResponseOrBuilder

setMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder setMapEntries(int index,
                                                                                  HBaseProtos.NameStringPair value)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


setMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder setMapEntries(int index,
                                                                                  HBaseProtos.NameStringPair.Builder builderForValue)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


addMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(HBaseProtos.NameStringPair value)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


addMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(int index,
                                                                                  HBaseProtos.NameStringPair value)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


addMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(HBaseProtos.NameStringPair.Builder builderForValue)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


addMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder addMapEntries(int index,
                                                                                  HBaseProtos.NameStringPair.Builder builderForValue)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


addAllMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder addAllMapEntries(Iterable<? extends HBaseProtos.NameStringPair> values)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


clearMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder clearMapEntries()
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


removeMapEntries

public RegionServerStatusProtos.RegionServerStartupResponse.Builder removeMapEntries(int index)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


getMapEntriesBuilder

public HBaseProtos.NameStringPair.Builder getMapEntriesBuilder(int index)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


getMapEntriesOrBuilder

public HBaseProtos.NameStringPairOrBuilder getMapEntriesOrBuilder(int index)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 

Specified by:
getMapEntriesOrBuilder in interface RegionServerStatusProtos.RegionServerStartupResponseOrBuilder

getMapEntriesOrBuilderList

public List<? extends HBaseProtos.NameStringPairOrBuilder> getMapEntriesOrBuilderList()
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 

Specified by:
getMapEntriesOrBuilderList in interface RegionServerStatusProtos.RegionServerStartupResponseOrBuilder

addMapEntriesBuilder

public HBaseProtos.NameStringPair.Builder addMapEntriesBuilder()
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


addMapEntriesBuilder

public HBaseProtos.NameStringPair.Builder addMapEntriesBuilder(int index)
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 


getMapEntriesBuilderList

public List<HBaseProtos.NameStringPair.Builder> getMapEntriesBuilderList()
repeated .NameStringPair map_entries = 1;

 Configuration for the regionserver to use: e.g. filesystem,
 hbase rootdir, the hostname to use creating the RegionServer ServerName,
 etc
 



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