org.apache.hadoop.hbase.protobuf.generated
Interface HFileProtos.FileTrailerProtoOrBuilder

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

public static interface HFileProtos.FileTrailerProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 com.google.protobuf.ByteString getEncryptionKey()
          optional bytes encryption_key = 13;
 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;
 long getTotalUncompressedBytes()
          optional uint64 total_uncompressed_bytes = 4;
 long getUncompressedDataIndexSize()
          optional uint64 uncompressed_data_index_size = 3;
 boolean hasComparatorClassName()
          optional string comparator_class_name = 11;
 boolean hasCompressionCodec()
          optional uint32 compression_codec = 12;
 boolean hasDataIndexCount()
          optional uint32 data_index_count = 5;
 boolean hasEncryptionKey()
          optional bytes encryption_key = 13;
 boolean hasEntryCount()
          optional uint64 entry_count = 7;
 boolean hasFileInfoOffset()
          optional uint64 file_info_offset = 1;
 boolean hasFirstDataBlockOffset()
          optional uint64 first_data_block_offset = 9;
 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;
 
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

hasFileInfoOffset

boolean hasFileInfoOffset()
optional uint64 file_info_offset = 1;


getFileInfoOffset

long getFileInfoOffset()
optional uint64 file_info_offset = 1;


hasLoadOnOpenDataOffset

boolean hasLoadOnOpenDataOffset()
optional uint64 load_on_open_data_offset = 2;


getLoadOnOpenDataOffset

long getLoadOnOpenDataOffset()
optional uint64 load_on_open_data_offset = 2;


hasUncompressedDataIndexSize

boolean hasUncompressedDataIndexSize()
optional uint64 uncompressed_data_index_size = 3;


getUncompressedDataIndexSize

long getUncompressedDataIndexSize()
optional uint64 uncompressed_data_index_size = 3;


hasTotalUncompressedBytes

boolean hasTotalUncompressedBytes()
optional uint64 total_uncompressed_bytes = 4;


getTotalUncompressedBytes

long getTotalUncompressedBytes()
optional uint64 total_uncompressed_bytes = 4;


hasDataIndexCount

boolean hasDataIndexCount()
optional uint32 data_index_count = 5;


getDataIndexCount

int getDataIndexCount()
optional uint32 data_index_count = 5;


hasMetaIndexCount

boolean hasMetaIndexCount()
optional uint32 meta_index_count = 6;


getMetaIndexCount

int getMetaIndexCount()
optional uint32 meta_index_count = 6;


hasEntryCount

boolean hasEntryCount()
optional uint64 entry_count = 7;


getEntryCount

long getEntryCount()
optional uint64 entry_count = 7;


hasNumDataIndexLevels

boolean hasNumDataIndexLevels()
optional uint32 num_data_index_levels = 8;


getNumDataIndexLevels

int getNumDataIndexLevels()
optional uint32 num_data_index_levels = 8;


hasFirstDataBlockOffset

boolean hasFirstDataBlockOffset()
optional uint64 first_data_block_offset = 9;


getFirstDataBlockOffset

long getFirstDataBlockOffset()
optional uint64 first_data_block_offset = 9;


hasLastDataBlockOffset

boolean hasLastDataBlockOffset()
optional uint64 last_data_block_offset = 10;


getLastDataBlockOffset

long getLastDataBlockOffset()
optional uint64 last_data_block_offset = 10;


hasComparatorClassName

boolean hasComparatorClassName()
optional string comparator_class_name = 11;


getComparatorClassName

String getComparatorClassName()
optional string comparator_class_name = 11;


getComparatorClassNameBytes

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


hasCompressionCodec

boolean hasCompressionCodec()
optional uint32 compression_codec = 12;


getCompressionCodec

int getCompressionCodec()
optional uint32 compression_codec = 12;


hasEncryptionKey

boolean hasEncryptionKey()
optional bytes encryption_key = 13;


getEncryptionKey

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



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