public static final class HFileProtos.TrailerProto extends com.google.protobuf.GeneratedMessageV3 implements HFileProtos.TrailerProtoOrBuilder
org.apache.hudi.io.hfile.TrailerProto| Modifier and Type | Class and Description |
|---|---|
static class |
HFileProtos.TrailerProto.Builder
Protobuf type
org.apache.hudi.io.hfile.TrailerProto |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COMPARATOR_CLASS_NAME_FIELD_NUMBER |
static int |
COMPRESSION_CODEC_FIELD_NUMBER |
static int |
DATA_INDEX_COUNT_FIELD_NUMBER |
static int |
ENCRYPTION_KEY_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.TrailerProto> |
PARSER
Deprecated.
|
static int |
TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER |
static int |
UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
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.TrailerProto |
getDefaultInstance() |
HFileProtos.TrailerProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<HFileProtos.TrailerProto> |
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 |
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; |
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.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HFileProtos.TrailerProto.Builder |
newBuilder() |
static HFileProtos.TrailerProto.Builder |
newBuilder(HFileProtos.TrailerProto prototype) |
HFileProtos.TrailerProto.Builder |
newBuilderForType() |
protected HFileProtos.TrailerProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static HFileProtos.TrailerProto |
parseDelimitedFrom(InputStream input) |
static HFileProtos.TrailerProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HFileProtos.TrailerProto |
parseFrom(byte[] data) |
static HFileProtos.TrailerProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HFileProtos.TrailerProto |
parseFrom(ByteBuffer data) |
static HFileProtos.TrailerProto |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HFileProtos.TrailerProto |
parseFrom(com.google.protobuf.ByteString data) |
static HFileProtos.TrailerProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HFileProtos.TrailerProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HFileProtos.TrailerProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HFileProtos.TrailerProto |
parseFrom(InputStream input) |
static HFileProtos.TrailerProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HFileProtos.TrailerProto> |
parser() |
HFileProtos.TrailerProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FILE_INFO_OFFSET_FIELD_NUMBER
public static final int LOAD_ON_OPEN_DATA_OFFSET_FIELD_NUMBER
public static final int UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER
public static final int TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER
public static final int DATA_INDEX_COUNT_FIELD_NUMBER
public static final int META_INDEX_COUNT_FIELD_NUMBER
public static final int ENTRY_COUNT_FIELD_NUMBER
public static final int NUM_DATA_INDEX_LEVELS_FIELD_NUMBER
public static final int FIRST_DATA_BLOCK_OFFSET_FIELD_NUMBER
public static final int LAST_DATA_BLOCK_OFFSET_FIELD_NUMBER
public static final int COMPARATOR_CLASS_NAME_FIELD_NUMBER
public static final int COMPRESSION_CODEC_FIELD_NUMBER
public static final int ENCRYPTION_KEY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<HFileProtos.TrailerProto> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasFileInfoOffset()
optional uint64 file_info_offset = 1;hasFileInfoOffset in interface HFileProtos.TrailerProtoOrBuilderpublic long getFileInfoOffset()
optional uint64 file_info_offset = 1;getFileInfoOffset in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasLoadOnOpenDataOffset()
optional uint64 load_on_open_data_offset = 2;hasLoadOnOpenDataOffset in interface HFileProtos.TrailerProtoOrBuilderpublic long getLoadOnOpenDataOffset()
optional uint64 load_on_open_data_offset = 2;getLoadOnOpenDataOffset in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasUncompressedDataIndexSize()
optional uint64 uncompressed_data_index_size = 3;hasUncompressedDataIndexSize in interface HFileProtos.TrailerProtoOrBuilderpublic long getUncompressedDataIndexSize()
optional uint64 uncompressed_data_index_size = 3;getUncompressedDataIndexSize in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasTotalUncompressedBytes()
optional uint64 total_uncompressed_bytes = 4;hasTotalUncompressedBytes in interface HFileProtos.TrailerProtoOrBuilderpublic long getTotalUncompressedBytes()
optional uint64 total_uncompressed_bytes = 4;getTotalUncompressedBytes in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasDataIndexCount()
optional uint32 data_index_count = 5;hasDataIndexCount in interface HFileProtos.TrailerProtoOrBuilderpublic int getDataIndexCount()
optional uint32 data_index_count = 5;getDataIndexCount in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasMetaIndexCount()
optional uint32 meta_index_count = 6;hasMetaIndexCount in interface HFileProtos.TrailerProtoOrBuilderpublic int getMetaIndexCount()
optional uint32 meta_index_count = 6;getMetaIndexCount in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasEntryCount()
optional uint64 entry_count = 7;hasEntryCount in interface HFileProtos.TrailerProtoOrBuilderpublic long getEntryCount()
optional uint64 entry_count = 7;getEntryCount in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasNumDataIndexLevels()
optional uint32 num_data_index_levels = 8;hasNumDataIndexLevels in interface HFileProtos.TrailerProtoOrBuilderpublic int getNumDataIndexLevels()
optional uint32 num_data_index_levels = 8;getNumDataIndexLevels in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasFirstDataBlockOffset()
optional uint64 first_data_block_offset = 9;hasFirstDataBlockOffset in interface HFileProtos.TrailerProtoOrBuilderpublic long getFirstDataBlockOffset()
optional uint64 first_data_block_offset = 9;getFirstDataBlockOffset in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasLastDataBlockOffset()
optional uint64 last_data_block_offset = 10;hasLastDataBlockOffset in interface HFileProtos.TrailerProtoOrBuilderpublic long getLastDataBlockOffset()
optional uint64 last_data_block_offset = 10;getLastDataBlockOffset in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasComparatorClassName()
optional string comparator_class_name = 11;hasComparatorClassName in interface HFileProtos.TrailerProtoOrBuilderpublic String getComparatorClassName()
optional string comparator_class_name = 11;getComparatorClassName in interface HFileProtos.TrailerProtoOrBuilderpublic com.google.protobuf.ByteString getComparatorClassNameBytes()
optional string comparator_class_name = 11;getComparatorClassNameBytes in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasCompressionCodec()
optional uint32 compression_codec = 12;hasCompressionCodec in interface HFileProtos.TrailerProtoOrBuilderpublic int getCompressionCodec()
optional uint32 compression_codec = 12;getCompressionCodec in interface HFileProtos.TrailerProtoOrBuilderpublic boolean hasEncryptionKey()
optional bytes encryption_key = 13;hasEncryptionKey in interface HFileProtos.TrailerProtoOrBuilderpublic com.google.protobuf.ByteString getEncryptionKey()
optional bytes encryption_key = 13;getEncryptionKey in interface HFileProtos.TrailerProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HFileProtos.TrailerProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HFileProtos.TrailerProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HFileProtos.TrailerProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HFileProtos.TrailerProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HFileProtos.TrailerProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HFileProtos.TrailerProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HFileProtos.TrailerProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static HFileProtos.TrailerProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HFileProtos.TrailerProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HFileProtos.TrailerProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HFileProtos.TrailerProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HFileProtos.TrailerProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HFileProtos.TrailerProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HFileProtos.TrailerProto.Builder newBuilder()
public static HFileProtos.TrailerProto.Builder newBuilder(HFileProtos.TrailerProto prototype)
public HFileProtos.TrailerProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HFileProtos.TrailerProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HFileProtos.TrailerProto getDefaultInstance()
public static com.google.protobuf.Parser<HFileProtos.TrailerProto> parser()
public com.google.protobuf.Parser<HFileProtos.TrailerProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HFileProtos.TrailerProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 The Apache Software Foundation. All rights reserved.