org.apache.hadoop.hbase.protobuf.generated
Class HFileProtos.FileTrailerProto
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
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
- See Also:
- Serialized Form
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> |
Fields inherited from class com.google.protobuf.GeneratedMessage |
alwaysUseFieldBuilders |
Methods inherited from class com.google.protobuf.GeneratedMessage |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension |
Methods inherited from class com.google.protobuf.AbstractMessage |
hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString |
Methods inherited from class com.google.protobuf.AbstractMessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
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
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
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
hasFileInfoOffset
public boolean hasFileInfoOffset()
- Specified by:
hasFileInfoOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
getFileInfoOffset
public long getFileInfoOffset()
- Specified by:
getFileInfoOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
hasLoadOnOpenDataOffset
public boolean hasLoadOnOpenDataOffset()
- Specified by:
hasLoadOnOpenDataOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
getLoadOnOpenDataOffset
public long getLoadOnOpenDataOffset()
- Specified by:
getLoadOnOpenDataOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
hasUncompressedDataIndexSize
public boolean hasUncompressedDataIndexSize()
- Specified by:
hasUncompressedDataIndexSize
in interface HFileProtos.FileTrailerProtoOrBuilder
getUncompressedDataIndexSize
public long getUncompressedDataIndexSize()
- Specified by:
getUncompressedDataIndexSize
in interface HFileProtos.FileTrailerProtoOrBuilder
hasTotalUncompressedBytes
public boolean hasTotalUncompressedBytes()
- Specified by:
hasTotalUncompressedBytes
in interface HFileProtos.FileTrailerProtoOrBuilder
getTotalUncompressedBytes
public long getTotalUncompressedBytes()
- Specified by:
getTotalUncompressedBytes
in interface HFileProtos.FileTrailerProtoOrBuilder
hasDataIndexCount
public boolean hasDataIndexCount()
- Specified by:
hasDataIndexCount
in interface HFileProtos.FileTrailerProtoOrBuilder
getDataIndexCount
public int getDataIndexCount()
- Specified by:
getDataIndexCount
in interface HFileProtos.FileTrailerProtoOrBuilder
hasMetaIndexCount
public boolean hasMetaIndexCount()
- Specified by:
hasMetaIndexCount
in interface HFileProtos.FileTrailerProtoOrBuilder
getMetaIndexCount
public int getMetaIndexCount()
- Specified by:
getMetaIndexCount
in interface HFileProtos.FileTrailerProtoOrBuilder
hasEntryCount
public boolean hasEntryCount()
- Specified by:
hasEntryCount
in interface HFileProtos.FileTrailerProtoOrBuilder
getEntryCount
public long getEntryCount()
- Specified by:
getEntryCount
in interface HFileProtos.FileTrailerProtoOrBuilder
hasNumDataIndexLevels
public boolean hasNumDataIndexLevels()
- Specified by:
hasNumDataIndexLevels
in interface HFileProtos.FileTrailerProtoOrBuilder
getNumDataIndexLevels
public int getNumDataIndexLevels()
- Specified by:
getNumDataIndexLevels
in interface HFileProtos.FileTrailerProtoOrBuilder
hasFirstDataBlockOffset
public boolean hasFirstDataBlockOffset()
- Specified by:
hasFirstDataBlockOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
getFirstDataBlockOffset
public long getFirstDataBlockOffset()
- Specified by:
getFirstDataBlockOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
hasLastDataBlockOffset
public boolean hasLastDataBlockOffset()
- Specified by:
hasLastDataBlockOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
getLastDataBlockOffset
public long getLastDataBlockOffset()
- Specified by:
getLastDataBlockOffset
in interface HFileProtos.FileTrailerProtoOrBuilder
hasComparatorClassName
public boolean hasComparatorClassName()
- Specified by:
hasComparatorClassName
in interface HFileProtos.FileTrailerProtoOrBuilder
getComparatorClassName
public String getComparatorClassName()
- Specified by:
getComparatorClassName
in interface HFileProtos.FileTrailerProtoOrBuilder
hasCompressionCodec
public boolean hasCompressionCodec()
- Specified by:
hasCompressionCodec
in interface HFileProtos.FileTrailerProtoOrBuilder
getCompressionCodec
public int getCompressionCodec()
- 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.