org.apache.hadoop.hbase.protobuf.generated
Class HFileProtos.FileTrailerProto

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hbase.protobuf.generated.HFileProtos.FileTrailerProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, HFileProtos.FileTrailerProtoOrBuilder
Enclosing class:
HFileProtos

public static final class HFileProtos.FileTrailerProto
extends com.google.protobuf.GeneratedMessage
implements HFileProtos.FileTrailerProtoOrBuilder

Protobuf type FileTrailerProto

 HFile file trailer
 

See Also:
Serialized Form

Nested Class Summary
static class HFileProtos.FileTrailerProto.Builder
          Protobuf type FileTrailerProto
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int COMPARATOR_CLASS_NAME_FIELD_NUMBER
           
static int COMPRESSION_CODEC_FIELD_NUMBER
           
static int DATA_INDEX_COUNT_FIELD_NUMBER
           
static int ENTRY_COUNT_FIELD_NUMBER
           
static int FILE_INFO_OFFSET_FIELD_NUMBER
           
static int FIRST_DATA_BLOCK_OFFSET_FIELD_NUMBER
           
static int LAST_DATA_BLOCK_OFFSET_FIELD_NUMBER
           
static int LOAD_ON_OPEN_DATA_OFFSET_FIELD_NUMBER
           
static int META_INDEX_COUNT_FIELD_NUMBER
           
static int NUM_DATA_INDEX_LEVELS_FIELD_NUMBER
           
static com.google.protobuf.Parser<HFileProtos.FileTrailerProto> PARSER
           
static int TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER
           
static int UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 String getComparatorClassName()
          optional string comparator_class_name = 11;
 com.google.protobuf.ByteString getComparatorClassNameBytes()
          optional string comparator_class_name = 11;
 int getCompressionCodec()
          optional uint32 compression_codec = 12;
 int getDataIndexCount()
          optional uint32 data_index_count = 5;
static HFileProtos.FileTrailerProto getDefaultInstance()
           
 HFileProtos.FileTrailerProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 long getEntryCount()
          optional uint64 entry_count = 7;
 long getFileInfoOffset()
          optional uint64 file_info_offset = 1;
 long getFirstDataBlockOffset()
          optional uint64 first_data_block_offset = 9;
 long getLastDataBlockOffset()
          optional uint64 last_data_block_offset = 10;
 long getLoadOnOpenDataOffset()
          optional uint64 load_on_open_data_offset = 2;
 int getMetaIndexCount()
          optional uint32 meta_index_count = 6;
 int getNumDataIndexLevels()
          optional uint32 num_data_index_levels = 8;
 com.google.protobuf.Parser<HFileProtos.FileTrailerProto> getParserForType()
           
 int getSerializedSize()
           
 long getTotalUncompressedBytes()
          optional uint64 total_uncompressed_bytes = 4;
 long getUncompressedDataIndexSize()
          optional uint64 uncompressed_data_index_size = 3;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasComparatorClassName()
          optional string comparator_class_name = 11;
 boolean hasCompressionCodec()
          optional uint32 compression_codec = 12;
 boolean hasDataIndexCount()
          optional uint32 data_index_count = 5;
 boolean hasEntryCount()
          optional uint64 entry_count = 7;
 boolean hasFileInfoOffset()
          optional uint64 file_info_offset = 1;
 boolean hasFirstDataBlockOffset()
          optional uint64 first_data_block_offset = 9;
 int hashCode()
           
 boolean hasLastDataBlockOffset()
          optional uint64 last_data_block_offset = 10;
 boolean hasLoadOnOpenDataOffset()
          optional uint64 load_on_open_data_offset = 2;
 boolean hasMetaIndexCount()
          optional uint32 meta_index_count = 6;
 boolean hasNumDataIndexLevels()
          optional uint32 num_data_index_levels = 8;
 boolean hasTotalUncompressedBytes()
          optional uint64 total_uncompressed_bytes = 4;
 boolean hasUncompressedDataIndexSize()
          optional uint64 uncompressed_data_index_size = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static HFileProtos.FileTrailerProto.Builder newBuilder()
           
static HFileProtos.FileTrailerProto.Builder newBuilder(HFileProtos.FileTrailerProto prototype)
           
 HFileProtos.FileTrailerProto.Builder newBuilderForType()
           
protected  HFileProtos.FileTrailerProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static HFileProtos.FileTrailerProto parseDelimitedFrom(InputStream input)
           
static HFileProtos.FileTrailerProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HFileProtos.FileTrailerProto parseFrom(byte[] data)
           
static HFileProtos.FileTrailerProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.ByteString data)
           
static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HFileProtos.FileTrailerProto parseFrom(InputStream input)
           
static HFileProtos.FileTrailerProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 HFileProtos.FileTrailerProto.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<HFileProtos.FileTrailerProto> PARSER

FILE_INFO_OFFSET_FIELD_NUMBER

public static final int FILE_INFO_OFFSET_FIELD_NUMBER
See Also:
Constant Field Values

LOAD_ON_OPEN_DATA_OFFSET_FIELD_NUMBER

public static final int LOAD_ON_OPEN_DATA_OFFSET_FIELD_NUMBER
See Also:
Constant Field Values

UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER

public static final int UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER

public static final int TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER
See Also:
Constant Field Values

DATA_INDEX_COUNT_FIELD_NUMBER

public static final int DATA_INDEX_COUNT_FIELD_NUMBER
See Also:
Constant Field Values

META_INDEX_COUNT_FIELD_NUMBER

public static final int META_INDEX_COUNT_FIELD_NUMBER
See Also:
Constant Field Values

ENTRY_COUNT_FIELD_NUMBER

public static final int ENTRY_COUNT_FIELD_NUMBER
See Also:
Constant Field Values

NUM_DATA_INDEX_LEVELS_FIELD_NUMBER

public static final int NUM_DATA_INDEX_LEVELS_FIELD_NUMBER
See Also:
Constant Field Values

FIRST_DATA_BLOCK_OFFSET_FIELD_NUMBER

public static final int FIRST_DATA_BLOCK_OFFSET_FIELD_NUMBER
See Also:
Constant Field Values

LAST_DATA_BLOCK_OFFSET_FIELD_NUMBER

public static final int LAST_DATA_BLOCK_OFFSET_FIELD_NUMBER
See Also:
Constant Field Values

COMPARATOR_CLASS_NAME_FIELD_NUMBER

public static final int COMPARATOR_CLASS_NAME_FIELD_NUMBER
See Also:
Constant Field Values

COMPRESSION_CODEC_FIELD_NUMBER

public static final int COMPRESSION_CODEC_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static HFileProtos.FileTrailerProto getDefaultInstance()

getDefaultInstanceForType

public HFileProtos.FileTrailerProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

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

getParserForType

public com.google.protobuf.Parser<HFileProtos.FileTrailerProto> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasFileInfoOffset

public boolean hasFileInfoOffset()
optional uint64 file_info_offset = 1;

Specified by:
hasFileInfoOffset in interface HFileProtos.FileTrailerProtoOrBuilder

getFileInfoOffset

public long getFileInfoOffset()
optional uint64 file_info_offset = 1;

Specified by:
getFileInfoOffset in interface HFileProtos.FileTrailerProtoOrBuilder

hasLoadOnOpenDataOffset

public boolean hasLoadOnOpenDataOffset()
optional uint64 load_on_open_data_offset = 2;

Specified by:
hasLoadOnOpenDataOffset in interface HFileProtos.FileTrailerProtoOrBuilder

getLoadOnOpenDataOffset

public long getLoadOnOpenDataOffset()
optional uint64 load_on_open_data_offset = 2;

Specified by:
getLoadOnOpenDataOffset in interface HFileProtos.FileTrailerProtoOrBuilder

hasUncompressedDataIndexSize

public boolean hasUncompressedDataIndexSize()
optional uint64 uncompressed_data_index_size = 3;

Specified by:
hasUncompressedDataIndexSize in interface HFileProtos.FileTrailerProtoOrBuilder

getUncompressedDataIndexSize

public long getUncompressedDataIndexSize()
optional uint64 uncompressed_data_index_size = 3;

Specified by:
getUncompressedDataIndexSize in interface HFileProtos.FileTrailerProtoOrBuilder

hasTotalUncompressedBytes

public boolean hasTotalUncompressedBytes()
optional uint64 total_uncompressed_bytes = 4;

Specified by:
hasTotalUncompressedBytes in interface HFileProtos.FileTrailerProtoOrBuilder

getTotalUncompressedBytes

public long getTotalUncompressedBytes()
optional uint64 total_uncompressed_bytes = 4;

Specified by:
getTotalUncompressedBytes in interface HFileProtos.FileTrailerProtoOrBuilder

hasDataIndexCount

public boolean hasDataIndexCount()
optional uint32 data_index_count = 5;

Specified by:
hasDataIndexCount in interface HFileProtos.FileTrailerProtoOrBuilder

getDataIndexCount

public int getDataIndexCount()
optional uint32 data_index_count = 5;

Specified by:
getDataIndexCount in interface HFileProtos.FileTrailerProtoOrBuilder

hasMetaIndexCount

public boolean hasMetaIndexCount()
optional uint32 meta_index_count = 6;

Specified by:
hasMetaIndexCount in interface HFileProtos.FileTrailerProtoOrBuilder

getMetaIndexCount

public int getMetaIndexCount()
optional uint32 meta_index_count = 6;

Specified by:
getMetaIndexCount in interface HFileProtos.FileTrailerProtoOrBuilder

hasEntryCount

public boolean hasEntryCount()
optional uint64 entry_count = 7;

Specified by:
hasEntryCount in interface HFileProtos.FileTrailerProtoOrBuilder

getEntryCount

public long getEntryCount()
optional uint64 entry_count = 7;

Specified by:
getEntryCount in interface HFileProtos.FileTrailerProtoOrBuilder

hasNumDataIndexLevels

public boolean hasNumDataIndexLevels()
optional uint32 num_data_index_levels = 8;

Specified by:
hasNumDataIndexLevels in interface HFileProtos.FileTrailerProtoOrBuilder

getNumDataIndexLevels

public int getNumDataIndexLevels()
optional uint32 num_data_index_levels = 8;

Specified by:
getNumDataIndexLevels in interface HFileProtos.FileTrailerProtoOrBuilder

hasFirstDataBlockOffset

public boolean hasFirstDataBlockOffset()
optional uint64 first_data_block_offset = 9;

Specified by:
hasFirstDataBlockOffset in interface HFileProtos.FileTrailerProtoOrBuilder

getFirstDataBlockOffset

public long getFirstDataBlockOffset()
optional uint64 first_data_block_offset = 9;

Specified by:
getFirstDataBlockOffset in interface HFileProtos.FileTrailerProtoOrBuilder

hasLastDataBlockOffset

public boolean hasLastDataBlockOffset()
optional uint64 last_data_block_offset = 10;

Specified by:
hasLastDataBlockOffset in interface HFileProtos.FileTrailerProtoOrBuilder

getLastDataBlockOffset

public long getLastDataBlockOffset()
optional uint64 last_data_block_offset = 10;

Specified by:
getLastDataBlockOffset in interface HFileProtos.FileTrailerProtoOrBuilder

hasComparatorClassName

public boolean hasComparatorClassName()
optional string comparator_class_name = 11;

Specified by:
hasComparatorClassName in interface HFileProtos.FileTrailerProtoOrBuilder

getComparatorClassName

public String getComparatorClassName()
optional string comparator_class_name = 11;

Specified by:
getComparatorClassName in interface HFileProtos.FileTrailerProtoOrBuilder

getComparatorClassNameBytes

public com.google.protobuf.ByteString getComparatorClassNameBytes()
optional string comparator_class_name = 11;

Specified by:
getComparatorClassNameBytes in interface HFileProtos.FileTrailerProtoOrBuilder

hasCompressionCodec

public boolean hasCompressionCodec()
optional uint32 compression_codec = 12;

Specified by:
hasCompressionCodec in interface HFileProtos.FileTrailerProtoOrBuilder

getCompressionCodec

public int getCompressionCodec()
optional uint32 compression_codec = 12;

Specified by:
getCompressionCodec in interface HFileProtos.FileTrailerProtoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(InputStream input)
                                              throws IOException
Throws:
IOException

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
Throws:
IOException

parseDelimitedFrom

public static HFileProtos.FileTrailerProto parseDelimitedFrom(InputStream input)
                                                       throws IOException
Throws:
IOException

parseDelimitedFrom

public static HFileProtos.FileTrailerProto parseDelimitedFrom(InputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
Throws:
IOException

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.CodedInputStream input)
                                              throws IOException
Throws:
IOException

parseFrom

public static HFileProtos.FileTrailerProto parseFrom(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
Throws:
IOException

newBuilder

public static HFileProtos.FileTrailerProto.Builder newBuilder()

newBuilderForType

public HFileProtos.FileTrailerProto.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static HFileProtos.FileTrailerProto.Builder newBuilder(HFileProtos.FileTrailerProto prototype)

toBuilder

public HFileProtos.FileTrailerProto.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected HFileProtos.FileTrailerProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


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