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

public static final class WALProtos.WALHeader.Builder
extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALHeader.Builder>
implements WALProtos.WALHeaderOrBuilder

Protobuf type WALHeader


Method Summary
 WALProtos.WALHeader build()
           
 WALProtos.WALHeader buildPartial()
           
 WALProtos.WALHeader.Builder clear()
           
 WALProtos.WALHeader.Builder clearCellCodecClsName()
          optional string cell_codec_cls_name = 5;
 WALProtos.WALHeader.Builder clearEncryptionKey()
          optional bytes encryption_key = 2;
 WALProtos.WALHeader.Builder clearHasCompression()
          optional bool has_compression = 1;
 WALProtos.WALHeader.Builder clearHasTagCompression()
          optional bool has_tag_compression = 3;
 WALProtos.WALHeader.Builder clearWriterClsName()
          optional string writer_cls_name = 4;
 WALProtos.WALHeader.Builder clone()
           
 String getCellCodecClsName()
          optional string cell_codec_cls_name = 5;
 com.google.protobuf.ByteString getCellCodecClsNameBytes()
          optional string cell_codec_cls_name = 5;
 WALProtos.WALHeader getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getEncryptionKey()
          optional bytes encryption_key = 2;
 boolean getHasCompression()
          optional bool has_compression = 1;
 boolean getHasTagCompression()
          optional bool has_tag_compression = 3;
 String getWriterClsName()
          optional string writer_cls_name = 4;
 com.google.protobuf.ByteString getWriterClsNameBytes()
          optional string writer_cls_name = 4;
 boolean hasCellCodecClsName()
          optional string cell_codec_cls_name = 5;
 boolean hasEncryptionKey()
          optional bytes encryption_key = 2;
 boolean hasHasCompression()
          optional bool has_compression = 1;
 boolean hasHasTagCompression()
          optional bool has_tag_compression = 3;
 boolean hasWriterClsName()
          optional string writer_cls_name = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WALProtos.WALHeader.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WALProtos.WALHeader.Builder mergeFrom(com.google.protobuf.Message other)
           
 WALProtos.WALHeader.Builder mergeFrom(WALProtos.WALHeader other)
           
 WALProtos.WALHeader.Builder setCellCodecClsName(String value)
          optional string cell_codec_cls_name = 5;
 WALProtos.WALHeader.Builder setCellCodecClsNameBytes(com.google.protobuf.ByteString value)
          optional string cell_codec_cls_name = 5;
 WALProtos.WALHeader.Builder setEncryptionKey(com.google.protobuf.ByteString value)
          optional bytes encryption_key = 2;
 WALProtos.WALHeader.Builder setHasCompression(boolean value)
          optional bool has_compression = 1;
 WALProtos.WALHeader.Builder setHasTagCompression(boolean value)
          optional bool has_tag_compression = 3;
 WALProtos.WALHeader.Builder setWriterClsName(String value)
          optional string writer_cls_name = 4;
 WALProtos.WALHeader.Builder setWriterClsNameBytes(com.google.protobuf.ByteString value)
          optional string writer_cls_name = 4;
 
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<WALProtos.WALHeader.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public WALProtos.WALHeader.Builder mergeFrom(WALProtos.WALHeader 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.WALHeader.Builder>

mergeFrom

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

hasHasCompression

public boolean hasHasCompression()
optional bool has_compression = 1;

Specified by:
hasHasCompression in interface WALProtos.WALHeaderOrBuilder

getHasCompression

public boolean getHasCompression()
optional bool has_compression = 1;

Specified by:
getHasCompression in interface WALProtos.WALHeaderOrBuilder

setHasCompression

public WALProtos.WALHeader.Builder setHasCompression(boolean value)
optional bool has_compression = 1;


clearHasCompression

public WALProtos.WALHeader.Builder clearHasCompression()
optional bool has_compression = 1;


hasEncryptionKey

public boolean hasEncryptionKey()
optional bytes encryption_key = 2;

Specified by:
hasEncryptionKey in interface WALProtos.WALHeaderOrBuilder

getEncryptionKey

public com.google.protobuf.ByteString getEncryptionKey()
optional bytes encryption_key = 2;

Specified by:
getEncryptionKey in interface WALProtos.WALHeaderOrBuilder

setEncryptionKey

public WALProtos.WALHeader.Builder setEncryptionKey(com.google.protobuf.ByteString value)
optional bytes encryption_key = 2;


clearEncryptionKey

public WALProtos.WALHeader.Builder clearEncryptionKey()
optional bytes encryption_key = 2;


hasHasTagCompression

public boolean hasHasTagCompression()
optional bool has_tag_compression = 3;

Specified by:
hasHasTagCompression in interface WALProtos.WALHeaderOrBuilder

getHasTagCompression

public boolean getHasTagCompression()
optional bool has_tag_compression = 3;

Specified by:
getHasTagCompression in interface WALProtos.WALHeaderOrBuilder

setHasTagCompression

public WALProtos.WALHeader.Builder setHasTagCompression(boolean value)
optional bool has_tag_compression = 3;


clearHasTagCompression

public WALProtos.WALHeader.Builder clearHasTagCompression()
optional bool has_tag_compression = 3;


hasWriterClsName

public boolean hasWriterClsName()
optional string writer_cls_name = 4;

Specified by:
hasWriterClsName in interface WALProtos.WALHeaderOrBuilder

getWriterClsName

public String getWriterClsName()
optional string writer_cls_name = 4;

Specified by:
getWriterClsName in interface WALProtos.WALHeaderOrBuilder

getWriterClsNameBytes

public com.google.protobuf.ByteString getWriterClsNameBytes()
optional string writer_cls_name = 4;

Specified by:
getWriterClsNameBytes in interface WALProtos.WALHeaderOrBuilder

setWriterClsName

public WALProtos.WALHeader.Builder setWriterClsName(String value)
optional string writer_cls_name = 4;


clearWriterClsName

public WALProtos.WALHeader.Builder clearWriterClsName()
optional string writer_cls_name = 4;


setWriterClsNameBytes

public WALProtos.WALHeader.Builder setWriterClsNameBytes(com.google.protobuf.ByteString value)
optional string writer_cls_name = 4;


hasCellCodecClsName

public boolean hasCellCodecClsName()
optional string cell_codec_cls_name = 5;

Specified by:
hasCellCodecClsName in interface WALProtos.WALHeaderOrBuilder

getCellCodecClsName

public String getCellCodecClsName()
optional string cell_codec_cls_name = 5;

Specified by:
getCellCodecClsName in interface WALProtos.WALHeaderOrBuilder

getCellCodecClsNameBytes

public com.google.protobuf.ByteString getCellCodecClsNameBytes()
optional string cell_codec_cls_name = 5;

Specified by:
getCellCodecClsNameBytes in interface WALProtos.WALHeaderOrBuilder

setCellCodecClsName

public WALProtos.WALHeader.Builder setCellCodecClsName(String value)
optional string cell_codec_cls_name = 5;


clearCellCodecClsName

public WALProtos.WALHeader.Builder clearCellCodecClsName()
optional string cell_codec_cls_name = 5;


setCellCodecClsNameBytes

public WALProtos.WALHeader.Builder setCellCodecClsNameBytes(com.google.protobuf.ByteString value)
optional string cell_codec_cls_name = 5;



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