org.apache.hadoop.hbase.protobuf.generated
Class WALProtos.CompactionDescriptor.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<WALProtos.CompactionDescriptor.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.WALProtos.CompactionDescriptor.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, WALProtos.CompactionDescriptorOrBuilder
Enclosing class:
WALProtos.CompactionDescriptor

public static final class WALProtos.CompactionDescriptor.Builder
extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.CompactionDescriptor.Builder>
implements WALProtos.CompactionDescriptorOrBuilder


Method Summary
 WALProtos.CompactionDescriptor.Builder addAllCompactionInput(Iterable<String> values)
           
 WALProtos.CompactionDescriptor.Builder addAllCompactionOutput(Iterable<String> values)
           
 WALProtos.CompactionDescriptor.Builder addCompactionInput(String value)
           
 WALProtos.CompactionDescriptor.Builder addCompactionOutput(String value)
           
 WALProtos.CompactionDescriptor build()
           
 WALProtos.CompactionDescriptor buildPartial()
           
 WALProtos.CompactionDescriptor.Builder clear()
           
 WALProtos.CompactionDescriptor.Builder clearCompactionInput()
           
 WALProtos.CompactionDescriptor.Builder clearCompactionOutput()
           
 WALProtos.CompactionDescriptor.Builder clearEncodedRegionName()
           
 WALProtos.CompactionDescriptor.Builder clearFamilyName()
           
 WALProtos.CompactionDescriptor.Builder clearStoreHomeDir()
           
 WALProtos.CompactionDescriptor.Builder clearTableName()
           
 WALProtos.CompactionDescriptor.Builder clone()
           
 String getCompactionInput(int index)
           
 int getCompactionInputCount()
           
 List<String> getCompactionInputList()
           
 String getCompactionOutput(int index)
           
 int getCompactionOutputCount()
           
 List<String> getCompactionOutputList()
           
 WALProtos.CompactionDescriptor getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getEncodedRegionName()
           
 com.google.protobuf.ByteString getFamilyName()
           
 String getStoreHomeDir()
           
 com.google.protobuf.ByteString getTableName()
           
 boolean hasEncodedRegionName()
           
 boolean hasFamilyName()
           
 boolean hasStoreHomeDir()
           
 boolean hasTableName()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WALProtos.CompactionDescriptor.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WALProtos.CompactionDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
           
 WALProtos.CompactionDescriptor.Builder mergeFrom(WALProtos.CompactionDescriptor other)
           
 WALProtos.CompactionDescriptor.Builder setCompactionInput(int index, String value)
           
 WALProtos.CompactionDescriptor.Builder setCompactionOutput(int index, String value)
           
 WALProtos.CompactionDescriptor.Builder setEncodedRegionName(com.google.protobuf.ByteString value)
           
 WALProtos.CompactionDescriptor.Builder setFamilyName(com.google.protobuf.ByteString value)
           
 WALProtos.CompactionDescriptor.Builder setStoreHomeDir(String value)
           
 WALProtos.CompactionDescriptor.Builder setTableName(com.google.protobuf.ByteString value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
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
getAllFields, getField, 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<WALProtos.CompactionDescriptor.Builder>

clear

public WALProtos.CompactionDescriptor.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<WALProtos.CompactionDescriptor.Builder>

clone

public WALProtos.CompactionDescriptor.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<WALProtos.CompactionDescriptor.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<WALProtos.CompactionDescriptor.Builder>

getDefaultInstanceForType

public WALProtos.CompactionDescriptor getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public WALProtos.CompactionDescriptor.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<WALProtos.CompactionDescriptor.Builder>

mergeFrom

public WALProtos.CompactionDescriptor.Builder mergeFrom(WALProtos.CompactionDescriptor other)

isInitialized

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

mergeFrom

public WALProtos.CompactionDescriptor.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<WALProtos.CompactionDescriptor.Builder>
Throws:
IOException

hasTableName

public boolean hasTableName()
Specified by:
hasTableName in interface WALProtos.CompactionDescriptorOrBuilder

getTableName

public com.google.protobuf.ByteString getTableName()
Specified by:
getTableName in interface WALProtos.CompactionDescriptorOrBuilder

setTableName

public WALProtos.CompactionDescriptor.Builder setTableName(com.google.protobuf.ByteString value)

clearTableName

public WALProtos.CompactionDescriptor.Builder clearTableName()

hasEncodedRegionName

public boolean hasEncodedRegionName()
Specified by:
hasEncodedRegionName in interface WALProtos.CompactionDescriptorOrBuilder

getEncodedRegionName

public com.google.protobuf.ByteString getEncodedRegionName()
Specified by:
getEncodedRegionName in interface WALProtos.CompactionDescriptorOrBuilder

setEncodedRegionName

public WALProtos.CompactionDescriptor.Builder setEncodedRegionName(com.google.protobuf.ByteString value)

clearEncodedRegionName

public WALProtos.CompactionDescriptor.Builder clearEncodedRegionName()

hasFamilyName

public boolean hasFamilyName()
Specified by:
hasFamilyName in interface WALProtos.CompactionDescriptorOrBuilder

getFamilyName

public com.google.protobuf.ByteString getFamilyName()
Specified by:
getFamilyName in interface WALProtos.CompactionDescriptorOrBuilder

setFamilyName

public WALProtos.CompactionDescriptor.Builder setFamilyName(com.google.protobuf.ByteString value)

clearFamilyName

public WALProtos.CompactionDescriptor.Builder clearFamilyName()

getCompactionInputList

public List<String> getCompactionInputList()
Specified by:
getCompactionInputList in interface WALProtos.CompactionDescriptorOrBuilder

getCompactionInputCount

public int getCompactionInputCount()
Specified by:
getCompactionInputCount in interface WALProtos.CompactionDescriptorOrBuilder

getCompactionInput

public String getCompactionInput(int index)
Specified by:
getCompactionInput in interface WALProtos.CompactionDescriptorOrBuilder

setCompactionInput

public WALProtos.CompactionDescriptor.Builder setCompactionInput(int index,
                                                                 String value)

addCompactionInput

public WALProtos.CompactionDescriptor.Builder addCompactionInput(String value)

addAllCompactionInput

public WALProtos.CompactionDescriptor.Builder addAllCompactionInput(Iterable<String> values)

clearCompactionInput

public WALProtos.CompactionDescriptor.Builder clearCompactionInput()

getCompactionOutputList

public List<String> getCompactionOutputList()
Specified by:
getCompactionOutputList in interface WALProtos.CompactionDescriptorOrBuilder

getCompactionOutputCount

public int getCompactionOutputCount()
Specified by:
getCompactionOutputCount in interface WALProtos.CompactionDescriptorOrBuilder

getCompactionOutput

public String getCompactionOutput(int index)
Specified by:
getCompactionOutput in interface WALProtos.CompactionDescriptorOrBuilder

setCompactionOutput

public WALProtos.CompactionDescriptor.Builder setCompactionOutput(int index,
                                                                  String value)

addCompactionOutput

public WALProtos.CompactionDescriptor.Builder addCompactionOutput(String value)

addAllCompactionOutput

public WALProtos.CompactionDescriptor.Builder addAllCompactionOutput(Iterable<String> values)

clearCompactionOutput

public WALProtos.CompactionDescriptor.Builder clearCompactionOutput()

hasStoreHomeDir

public boolean hasStoreHomeDir()
Specified by:
hasStoreHomeDir in interface WALProtos.CompactionDescriptorOrBuilder

getStoreHomeDir

public String getStoreHomeDir()
Specified by:
getStoreHomeDir in interface WALProtos.CompactionDescriptorOrBuilder

setStoreHomeDir

public WALProtos.CompactionDescriptor.Builder setStoreHomeDir(String value)

clearStoreHomeDir

public WALProtos.CompactionDescriptor.Builder clearStoreHomeDir()


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