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
| 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 |
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;
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.