org.apache.hadoop.hbase.protobuf.generated
Interface WALProtos.WALHeaderOrBuilder

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

public static interface WALProtos.WALHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getCellCodecClsName()
          optional string cell_codec_cls_name = 5;
 com.google.protobuf.ByteString getCellCodecClsNameBytes()
          optional string cell_codec_cls_name = 5;
 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;
 
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

hasHasCompression

boolean hasHasCompression()
optional bool has_compression = 1;


getHasCompression

boolean getHasCompression()
optional bool has_compression = 1;


hasEncryptionKey

boolean hasEncryptionKey()
optional bytes encryption_key = 2;


getEncryptionKey

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


hasHasTagCompression

boolean hasHasTagCompression()
optional bool has_tag_compression = 3;


getHasTagCompression

boolean getHasTagCompression()
optional bool has_tag_compression = 3;


hasWriterClsName

boolean hasWriterClsName()
optional string writer_cls_name = 4;


getWriterClsName

String getWriterClsName()
optional string writer_cls_name = 4;


getWriterClsNameBytes

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


hasCellCodecClsName

boolean hasCellCodecClsName()
optional string cell_codec_cls_name = 5;


getCellCodecClsName

String getCellCodecClsName()
optional string cell_codec_cls_name = 5;


getCellCodecClsNameBytes

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



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