- CachingHFileReaderImpl - Class in org.apache.hudi.io.hfile
-
HFile reader implementation with integrated caching functionality.
- CachingHFileReaderImpl(SeekableDataInputStream, long, String, int, int) - Constructor for class org.apache.hudi.io.hfile.CachingHFileReaderImpl
-
- castConfiguration(Object, Class<U>) - Static method in class org.apache.hudi.storage.StorageConfiguration
-
- checkArgument(boolean) - Static method in class org.apache.hudi.common.util.ValidationUtils
-
Ensures the truth of an expression.
- checkArgument(boolean, String) - Static method in class org.apache.hudi.common.util.ValidationUtils
-
Ensures the truth of an expression, throwing the custom errorMessage otherwise.
- checkArgument(boolean, Supplier<String>) - Static method in class org.apache.hudi.common.util.ValidationUtils
-
Ensures the truth of an expression, throwing the custom errorMessage otherwise.
- checkState(boolean) - Static method in class org.apache.hudi.common.util.ValidationUtils
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String) - Static method in class org.apache.hudi.common.util.ValidationUtils
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, Supplier<String>) - Static method in class org.apache.hudi.common.util.ValidationUtils
-
Ensures the truth of an expression, throwing the custom errorMessage otherwise.
- ChecksumType - Enum in org.apache.hudi.io.hfile
-
Type of checksum used to validate the integrity of data block.
- checksumType(ChecksumType) - Method in class org.apache.hudi.io.hfile.HFileContext.Builder
-
- cleanUp() - Method in class org.apache.hudi.io.hfile.HFileBlockCache
-
Forces cache maintenance operations like eviction.
- clear() - Method in class org.apache.hudi.common.metrics.LocalRegistry
-
- clear() - Method in interface org.apache.hudi.common.metrics.Registry
-
Clear all metrics.
- clear() - Method in class org.apache.hudi.io.hfile.HFileBlockCache
-
Clears all cached blocks.
- clear() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- clear() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- clear() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- clearCache() - Method in class org.apache.hudi.io.hfile.CachingHFileReaderImpl
-
Clears the global block cache.
- clearComparatorClassName() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional string comparator_class_name = 11;
- clearCompressionCodec() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 compression_codec = 12;
- clearDataIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 data_index_count = 5;
- clearEncryptionKey() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional bytes encryption_key = 13;
- clearEntryCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 entry_count = 7;
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- clearFileInfoOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 file_info_offset = 1;
- clearFirst() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes first = 1;
- clearFirstDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 first_data_block_offset = 9;
- clearLastDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 last_data_block_offset = 10;
- clearLoadOnOpenDataOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 load_on_open_data_offset = 2;
- clearMapEntry() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- clearMetaIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 meta_index_count = 6;
- clearNumDataIndexLevels() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 num_data_index_levels = 8;
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- clearSecond() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes second = 2;
- clearTotalUncompressedBytes() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 total_uncompressed_bytes = 4;
- clearUncompressedDataIndexSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 uncompressed_data_index_size = 3;
- clone() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- clone() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- clone() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- close() - Method in class org.apache.hudi.io.hfile.CachingHFileReaderImpl
-
- close() - Method in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- close() - Method in class org.apache.hudi.io.hfile.HFileWriterImpl
-
- closeQuietly(Closeable) - Static method in class org.apache.hudi.common.util.FileIOUtils
-
Closes Closeable quietly.
- codeToType(byte) - Static method in enum org.apache.hudi.io.hfile.ChecksumType
-
Use designated byte value to indicate checksum type.
- COLON_CHAR - Static variable in class org.apache.hudi.storage.StoragePath
-
- ComparableVersion - Class in org.apache.hudi.common.util
-
Generic implementation of version comparison.
- ComparableVersion(String) - Constructor for class org.apache.hudi.common.util.ComparableVersion
-
- COMPARATOR_CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- compareKeys(Key, Key) - Static method in class org.apache.hudi.io.hfile.HFileUtils
-
- compareTo(ComparableVersion) - Method in class org.apache.hudi.common.util.ComparableVersion
-
- compareTo(BlockIndexEntry) - Method in class org.apache.hudi.io.hfile.BlockIndexEntry
-
- compareTo(Key) - Method in class org.apache.hudi.io.hfile.Key
-
- compareTo(KeyValueEntry) - Method in class org.apache.hudi.io.hfile.KeyValueEntry
-
- compareTo(byte[], byte[]) - Static method in class org.apache.hudi.io.util.IOUtils
-
Lexicographically compares two byte arrays.
- compareTo(byte[], int, int, byte[], int, int) - Static method in class org.apache.hudi.io.util.IOUtils
-
Lexicographically compares two byte arrays.
- compareTo(StoragePath) - Method in class org.apache.hudi.storage.StoragePath
-
- compareTo(StoragePathInfo) - Method in class org.apache.hudi.storage.StoragePathInfo
-
- compareVersions(String, String) - Static method in class org.apache.hudi.common.util.StringUtils
-
Compares two version name strings using maven's ComparableVersion class.
- compress(byte[]) - Method in class org.apache.hudi.io.compress.airlift.HoodieAirliftGzipCompressor
-
- compress(ByteBuffer) - Method in class org.apache.hudi.io.compress.airlift.HoodieAirliftGzipCompressor
-
- compress(byte[]) - Method in class org.apache.hudi.io.compress.builtin.HoodieNoneCompressor
-
- compress(ByteBuffer) - Method in class org.apache.hudi.io.compress.builtin.HoodieNoneCompressor
-
- compress(byte[]) - Method in interface org.apache.hudi.io.compress.HoodieCompressor
-
Compresses data stored in byte array.
- compress(ByteBuffer) - Method in interface org.apache.hudi.io.compress.HoodieCompressor
-
- compressedByteBuff - Variable in class org.apache.hudi.io.hfile.HFileBlock
-
- COMPRESSION_CODEC_FIELD_NUMBER - Static variable in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- CompressionCodec - Enum in org.apache.hudi.io.compress
-
Available compression codecs.
- compressionCodec(CompressionCodec) - Method in class org.apache.hudi.io.hfile.HFileContext.Builder
-
- concatenateWithThreshold(String, String, int) - Static method in class org.apache.hudi.common.util.StringUtils
-
Concatenates two strings such that the total byte length does not exceed the threshold.
- ConsistencyGuard - Interface in org.apache.hudi.common.fs
-
Ensures file create/delete operation is visible.
- ConsistencyGuard.FileVisibility - Enum in org.apache.hudi.common.fs
-
File Visibility.
- containsKey(String) - Method in class org.apache.hudi.io.hfile.HFileFileInfoBlock
-
- context - Variable in class org.apache.hudi.io.hfile.HFileBlock
-
- context - Variable in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- convertByteArrayToWriter(byte[]) - Static method in interface org.apache.hudi.storage.HoodieInstantWriter
-
- copy(InputStream, OutputStream) - Static method in class org.apache.hudi.common.util.FileIOUtils
-
- copy(HoodieStorage, StoragePath, StoragePath) - Static method in class org.apache.hudi.common.util.FileIOUtils
-
Copies the file content from source path to destination path.
- copy(HoodieStorage, StoragePath, HoodieStorage, StoragePath, boolean, boolean) - Static method in class org.apache.hudi.common.util.FileIOUtils
-
- copy(HoodieStorage, StoragePathInfo, HoodieStorage, StoragePath, boolean, boolean) - Static method in class org.apache.hudi.common.util.FileIOUtils
-
Copy files between FileSystems.
- copy(byte[], int, int) - Static method in class org.apache.hudi.io.util.IOUtils
-
- copy(InputStream, OutputStream) - Static method in class org.apache.hudi.io.util.IOUtils
-
- copyFrom(long, byte[], int, int) - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
-
Copies at most length bytes starting from position pos into the target
buffer with provided offset.
- Counter - Class in org.apache.hudi.common.metrics
-
Lightweight Counter for Hudi Metrics.
- Counter() - Constructor for class org.apache.hudi.common.metrics.Counter
-
- create() - Static method in class org.apache.hudi.common.util.HoodieTimer
-
- create(StoragePath, boolean) - Method in class org.apache.hudi.storage.HoodieStorage
-
Creates an OutputStream at the indicated path.
- create(StoragePath, boolean, Integer, Short, Long) - Method in class org.apache.hudi.storage.HoodieStorage
-
Creates an OutputStream at the indicated path.
- create(StoragePath) - Method in class org.apache.hudi.storage.HoodieStorage
-
Create an OutputStream at the indicated path.
- createDirectory(StoragePath) - Method in class org.apache.hudi.storage.HoodieStorage
-
Creates the directory and non-existent parent directories.
- createFileInfoBlockToWrite(HFileContext) - Static method in class org.apache.hudi.io.hfile.HFileFileInfoBlock
-
- createFileInPath(HoodieStorage, StoragePath, Option<HoodieInstantWriter>, boolean) - Static method in class org.apache.hudi.common.util.FileIOUtils
-
- createFileInPath(HoodieStorage, StoragePath, Option<HoodieInstantWriter>) - Static method in class org.apache.hudi.common.util.FileIOUtils
-
- createImmutableFileInPath(StoragePath, Option<HoodieInstantWriter>) - Method in class org.apache.hudi.storage.HoodieStorage
-
Creates a new file with overwrite set to false.
- createImmutableFileInPath(StoragePath, Option<HoodieInstantWriter>, boolean) - Method in class org.apache.hudi.storage.HoodieStorage
-
Creates a new file with overwrite set to false.
- createMetaIndexBlockToWrite(HFileContext) - Static method in class org.apache.hudi.io.hfile.HFileMetaIndexBlock
-
- createNewFile(StoragePath) - Method in class org.apache.hudi.storage.HoodieStorage
-
Creates an empty new file at the indicated path.
- createRootIndexBlockToWrite(HFileContext) - Static method in class org.apache.hudi.io.hfile.HFileRootIndexBlock
-
- currentDataBlock - Variable in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- currentDataBlockEntry - Variable in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- cursor - Variable in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- get() - Method in class org.apache.hudi.common.util.Option
-
- get() - Method in interface org.apache.hudi.common.util.RetryHelper.CheckedFunction
-
- get(UTF8StringKey) - Method in class org.apache.hudi.io.hfile.HFileInfo
-
- getAllCounts(boolean) - Method in class org.apache.hudi.common.metrics.LocalRegistry
-
Get all Counter type metrics.
- getAllCounts() - Method in interface org.apache.hudi.common.metrics.Registry
-
Get all Counter type metrics.
- getAllCounts(boolean) - Method in interface org.apache.hudi.common.metrics.Registry
-
Get all Counter type metrics.
- getAllMetrics(boolean, boolean) - Static method in interface org.apache.hudi.common.metrics.Registry
-
Get all registered metrics.
- getBlock(HFileBlockCache.BlockCacheKey) - Method in class org.apache.hudi.io.hfile.HFileBlockCache
-
Gets a block from cache.
- getBlockReplication() - Method in class org.apache.hudi.storage.StoragePathInfo
-
- getBlockSize() - Method in class org.apache.hudi.storage.StoragePathInfo
-
- getBlockType() - Method in class org.apache.hudi.io.hfile.HFileBlock
-
- getBoolean(String, boolean) - Method in class org.apache.hudi.storage.StorageConfiguration
-
Gets the boolean value of a property key if present, or the default value if not.
- getByteBuff() - Method in class org.apache.hudi.io.hfile.HFileBlock
-
- getBytes() - Method in class org.apache.hudi.io.hfile.Key
-
- getBytes() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- getCacheSize() - Method in class org.apache.hudi.io.hfile.CachingHFileReaderImpl
-
Gets current cache size from the global cache.
- getCacheStats() - Method in class org.apache.hudi.io.hfile.CachingHFileReaderImpl
-
Gets cache statistics for monitoring optimization effectiveness.
- getClass(String) - Static method in class org.apache.hudi.common.util.ReflectionUtils
-
- getCode() - Method in enum org.apache.hudi.io.hfile.ChecksumType
-
- getComparatorClassName() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional string comparator_class_name = 11;
- getComparatorClassName() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional string comparator_class_name = 11;
- getComparatorClassName() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional string comparator_class_name = 11;
- getComparatorClassNameBytes() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional string comparator_class_name = 11;
- getComparatorClassNameBytes() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional string comparator_class_name = 11;
- getComparatorClassNameBytes() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional string comparator_class_name = 11;
- getCompressionCodec() - Method in class org.apache.hudi.io.hfile.HFileTrailer
-
- getCompressionCodec() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 compression_codec = 12;
- getCompressionCodec() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 compression_codec = 12;
- getCompressionCodec() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 compression_codec = 12;
- getCompressor(CompressionCodec) - Static method in class org.apache.hudi.io.compress.HoodieCompressorFactory
-
- getConf() - Method in class org.apache.hudi.storage.HoodieStorage
-
- getConfiguredLocalDirs() - Static method in class org.apache.hudi.common.util.FileIOUtils
-
Return the configured local directories where hudi can write files.
- getContentInString() - Method in class org.apache.hudi.io.hfile.Key
-
- getContentLength() - Method in class org.apache.hudi.io.hfile.Key
-
- getContentLength() - Method in class org.apache.hudi.io.hfile.UTF8StringKey
-
- getContentOffset() - Method in class org.apache.hudi.io.hfile.Key
-
- getContentOffset() - Method in class org.apache.hudi.io.hfile.UTF8StringKey
-
- getDataIndexCount() - Method in class org.apache.hudi.io.hfile.HFileTrailer
-
- getDataIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 data_index_count = 5;
- getDataIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 data_index_count = 5;
- getDataIndexCount() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 data_index_count = 5;
- getDataInputStream(ByteBuffer) - Static method in class org.apache.hudi.io.util.IOUtils
-
- getDefaultBlockSize(StoragePath) - Method in class org.apache.hudi.storage.HoodieStorage
-
- getDefaultBufferSize() - Method in class org.apache.hudi.storage.HoodieStorage
-
- getDefaultChecksumType() - Static method in enum org.apache.hudi.io.hfile.ChecksumType
-
- getDefaultInstance() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
- getDefaultInstance() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
- getDefaultInstance() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- getDefaultInstanceForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
- getDefaultInstanceForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
- getDefaultInstanceForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- getDefaultReplication(StoragePath) - Method in class org.apache.hudi.storage.HoodieStorage
-
- getDefaultSpillableMapBasePath() - Static method in class org.apache.hudi.common.util.FileIOUtils
-
- getDescriptor() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- getDescriptor() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
- getDescriptor() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos
-
- getDescriptor() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- getDescriptor() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
- getDescriptor() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- getDescriptor() - Static method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- getDescriptorForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- getDescriptorForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- getEncryptionKey() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional bytes encryption_key = 13;
- getEncryptionKey() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional bytes encryption_key = 13;
- getEncryptionKey() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional bytes encryption_key = 13;
- getEntryCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 entry_count = 7;
- getEntryCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 entry_count = 7;
- getEntryCount() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 entry_count = 7;
- getEnum(String, T) - Method in class org.apache.hudi.storage.StorageConfiguration
-
Gets the Enum value of a property key if present, or the default value if not.
- getFileCreationTime() - Method in class org.apache.hudi.io.hfile.HFileInfo
-
- getFileExtension() - Method in class org.apache.hudi.storage.StoragePath
-
- getFileInfoOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 file_info_offset = 1;
- getFileInfoOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 file_info_offset = 1;
- getFileInfoOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 file_info_offset = 1;
- getFileSystem() - Method in class org.apache.hudi.storage.HoodieStorage
-
- getFirst() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes first = 1;
- getFirst() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
required bytes first = 1;
- getFirst() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPairOrBuilder
-
required bytes first = 1;
- getFirstDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 first_data_block_offset = 9;
- getFirstDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 first_data_block_offset = 9;
- getFirstDataBlockOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 first_data_block_offset = 9;
- getFirstKey() - Method in class org.apache.hudi.io.hfile.BlockIndexEntry
-
- getFirstKey() - Method in class org.apache.hudi.io.hfile.HFileMetaBlock
-
- getId() - Method in enum org.apache.hudi.io.compress.CompressionCodec
-
- getId() - Method in enum org.apache.hudi.io.hfile.HFileBlockType
-
- getInline() - Method in class org.apache.hudi.storage.StorageConfiguration
-
Gets an inline version of this storage configuration
- getInlineFilePath(StoragePath, String, long, long) - Static method in class org.apache.hudi.storage.inline.InLineFSUtils
-
Get the InlineFS Path for a given schema and its Path.
- getIOException() - Method in exception org.apache.hudi.exception.HoodieIOException
-
- getKey() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- getKeyContentLength() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- getKeyContentOffset() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- getKeyLength() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- getKeyOffset() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- getKeyValue() - Method in class org.apache.hudi.io.hfile.HFileCursor
-
- getKeyValue() - Method in interface org.apache.hudi.io.hfile.HFileReader
-
- getKeyValue() - Method in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- getLastDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 last_data_block_offset = 10;
- getLastDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 last_data_block_offset = 10;
- getLastDataBlockOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 last_data_block_offset = 10;
- getLastKey() - Method in class org.apache.hudi.io.hfile.HFileInfo
-
- getLength() - Method in class org.apache.hudi.io.hfile.Key
-
- getLength() - Method in class org.apache.hudi.storage.StoragePathInfo
-
- getLoadOnOpenDataOffset() - Method in class org.apache.hudi.io.hfile.HFileTrailer
-
- getLoadOnOpenDataOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 load_on_open_data_offset = 2;
- getLoadOnOpenDataOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 load_on_open_data_offset = 2;
- getLoadOnOpenDataOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 load_on_open_data_offset = 2;
- getLocations() - Method in class org.apache.hudi.storage.StoragePathInfo
-
- getLong(String, long) - Method in class org.apache.hudi.storage.StorageConfiguration
-
Gets the long value of a property key if present, or the default value if not.
- getMagic() - Method in enum org.apache.hudi.io.hfile.HFileBlockType
-
- getMapEntry(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntry(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntry(int) - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProtoOrBuilder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryBuilder(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryBuilderList() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryCount() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProtoOrBuilder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryList() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryList() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryList() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProtoOrBuilder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryOrBuilder(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryOrBuilder(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryOrBuilder(int) - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProtoOrBuilder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryOrBuilderList() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryOrBuilderList() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMapEntryOrBuilderList() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProtoOrBuilder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- getMetaBlock(String) - Method in interface org.apache.hudi.io.hfile.HFileReader
-
Gets the content of a meta block from HFile.
- getMetaBlock(String) - Method in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- getMetaIndexCount() - Method in class org.apache.hudi.io.hfile.HFileTrailer
-
- getMetaIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 meta_index_count = 6;
- getMetaIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 meta_index_count = 6;
- getMetaIndexCount() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 meta_index_count = 6;
- getMetaInfo(UTF8StringKey) - Method in interface org.apache.hudi.io.hfile.HFileReader
-
Gets info entry from file info block of a HFile.
- getMetaInfo(UTF8StringKey) - Method in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.hudi.common.util.ReflectionUtils
-
Gets a method based on the method name and type of parameters through reflection.
- getModificationTime() - Method in class org.apache.hudi.storage.StoragePathInfo
-
- getName() - Method in enum org.apache.hudi.io.compress.CompressionCodec
-
- getName() - Method in enum org.apache.hudi.io.hfile.ChecksumType
-
returns the name of this checksum type
- getName() - Method in class org.apache.hudi.storage.StoragePath
-
- getNextBlockFirstKey() - Method in class org.apache.hudi.io.hfile.BlockIndexEntry
-
- getNumDataIndexLevels() - Method in class org.apache.hudi.io.hfile.HFileTrailer
-
- getNumDataIndexLevels() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 num_data_index_levels = 8;
- getNumDataIndexLevels() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 num_data_index_levels = 8;
- getNumDataIndexLevels() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 num_data_index_levels = 8;
- getNumKeyValueEntries() - Method in interface org.apache.hudi.io.hfile.HFileReader
-
- getNumKeyValueEntries() - Method in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- getNumKeyValueEntries() - Method in class org.apache.hudi.io.hfile.HFileTrailer
-
- getNumOfEntries() - Method in class org.apache.hudi.io.hfile.HFileIndexBlock
-
- getOffset() - Method in class org.apache.hudi.io.hfile.BlockIndexEntry
-
- getOffset() - Method in class org.apache.hudi.io.hfile.HFileCursor
-
- getOffset() - Method in class org.apache.hudi.io.hfile.Key
-
- getOnDiskSizeWithHeader() - Method in class org.apache.hudi.io.hfile.HFileBlock
-
- getOrCompute(HFileBlockCache.BlockCacheKey, Callable<HFileBlock>) - Method in class org.apache.hudi.io.hfile.HFileBlockCache
-
Gets a block from cache, or computes and caches it if not present.
- getOuterFilePathFromInlinePath(StoragePath) - Static method in class org.apache.hudi.storage.inline.InLineFSUtils
-
- getParent() - Method in class org.apache.hudi.storage.StoragePath
-
- getParserForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
- getParserForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
- getParserForType() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- getPath() - Method in class org.apache.hudi.storage.StoragePathInfo
-
- getPathInfo(StoragePath) - Method in class org.apache.hudi.storage.HoodieStorage
-
- getPathWithoutSchemeAndAuthority() - Method in class org.apache.hudi.storage.StoragePath
-
- getPos() - Method in class org.apache.hudi.io.ByteArraySeekableDataInputStream
-
- getPos() - Method in class org.apache.hudi.io.SeekableDataInputStream
-
- getPosition() - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
-
Returns current position of the stream
- getRawStorage() - Method in class org.apache.hudi.storage.HoodieStorage
-
- getRegistry(String) - Static method in interface org.apache.hudi.common.metrics.Registry
-
Get (or create) the registry for a provided name.
- getRegistry(String, String) - Static method in interface org.apache.hudi.common.metrics.Registry
-
Get (or create) the registry for a provided name and given class.
- getScheme() - Method in class org.apache.hudi.storage.HoodieStorage
-
- getScheme() - Method in enum org.apache.hudi.storage.StorageSchemes
-
- getSecond() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes second = 2;
- getSecond() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
required bytes second = 2;
- getSecond() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPairOrBuilder
-
required bytes second = 2;
- getSerializedSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
- getSerializedSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
- getSerializedSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- getSize() - Method in class org.apache.hudi.io.hfile.BlockIndexEntry
-
- getStartOffsetInBuffForWrite() - Method in class org.apache.hudi.io.hfile.HFileBlock
-
Gets start offset of the block in the buffer.
- getStorageLockClass() - Method in enum org.apache.hudi.storage.StorageSchemes
-
- getStorageLockImplementationIfExists(String) - Static method in enum org.apache.hudi.storage.StorageSchemes
-
- getString(String) - Method in class org.apache.hudi.storage.StorageConfiguration
-
Gets the String value of a property key.
- getString(String, String) - Method in class org.apache.hudi.storage.StorageConfiguration
-
Gets the String value of a property key if present, or the default value if not.
- getSuffixBy(String, int) - Static method in class org.apache.hudi.common.util.StringUtils
-
- getTopLevelClassesInClasspath(Class<?>) - Static method in class org.apache.hudi.common.util.ReflectionUtils
-
Scans all classes accessible from the context class loader
which belong to the given package and subpackages.
- getTotalUncompressedBytes() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 total_uncompressed_bytes = 4;
- getTotalUncompressedBytes() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 total_uncompressed_bytes = 4;
- getTotalUncompressedBytes() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 total_uncompressed_bytes = 4;
- getTrailerSize() - Static method in class org.apache.hudi.io.hfile.HFileTrailer
-
- getUncompressedBlockDataToWrite() - Method in class org.apache.hudi.io.hfile.HFileBlock
-
Returns serialized "data" part of the block.
- getUncompressedBlockDataToWrite() - Method in class org.apache.hudi.io.hfile.HFileDataBlock
-
- getUncompressedBlockDataToWrite() - Method in class org.apache.hudi.io.hfile.HFileFileInfoBlock
-
- getUncompressedBlockDataToWrite() - Method in class org.apache.hudi.io.hfile.HFileLeafIndexBlock
-
- getUncompressedBlockDataToWrite() - Method in class org.apache.hudi.io.hfile.HFileMetaBlock
-
- getUncompressedBlockDataToWrite() - Method in class org.apache.hudi.io.hfile.HFileMetaIndexBlock
-
- getUncompressedBlockDataToWrite() - Method in class org.apache.hudi.io.hfile.HFileRootIndexBlock
-
- getUncompressedDataIndexSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 uncompressed_data_index_size = 3;
- getUncompressedDataIndexSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 uncompressed_data_index_size = 3;
- getUncompressedDataIndexSize() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 uncompressed_data_index_size = 3;
- getUri() - Method in class org.apache.hudi.storage.HoodieStorage
-
Returns a URI which identifies this HoodieStorage.
- getUTF8Bytes(String) - Static method in class org.apache.hudi.common.util.StringUtils
-
- getValue() - Method in class org.apache.hudi.common.metrics.Counter
-
- getValue() - Method in interface org.apache.hudi.common.metrics.Metric
-
- getValue(KeyValue) - Static method in class org.apache.hudi.io.hfile.HFileUtils
-
Gets the value in String.
- getValueLength() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- getValueOffset() - Method in class org.apache.hudi.io.hfile.KeyValue
-
- globEntries(StoragePath, StoragePathFilter) - Method in class org.apache.hudi.storage.HoodieStorage
-
Returns all the files that match the pathPattern and are not checksum files,
and filters the results.
- globEntries(StoragePath) - Method in class org.apache.hudi.storage.HoodieStorage
-
Returns all the files that match the pathPattern and are not checksum files.
- hasComparatorClassName() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional string comparator_class_name = 11;
- hasComparatorClassName() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional string comparator_class_name = 11;
- hasComparatorClassName() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional string comparator_class_name = 11;
- hasCompressionCodec() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 compression_codec = 12;
- hasCompressionCodec() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 compression_codec = 12;
- hasCompressionCodec() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 compression_codec = 12;
- hasConstructor(String, Class<?>[]) - Static method in class org.apache.hudi.common.util.ReflectionUtils
-
Check if the clazz has the target constructor or not, without throwing warn-level log.
- hasConstructor(String, Class<?>[], boolean) - Static method in class org.apache.hudi.common.util.ReflectionUtils
-
Check if the clazz has the target constructor or not.
- hasDataIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 data_index_count = 5;
- hasDataIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 data_index_count = 5;
- hasDataIndexCount() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 data_index_count = 5;
- hasEncryptionKey() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional bytes encryption_key = 13;
- hasEncryptionKey() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional bytes encryption_key = 13;
- hasEncryptionKey() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional bytes encryption_key = 13;
- hasEntryCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 entry_count = 7;
- hasEntryCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 entry_count = 7;
- hasEntryCount() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 entry_count = 7;
- hasFileInfoOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 file_info_offset = 1;
- hasFileInfoOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 file_info_offset = 1;
- hasFileInfoOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 file_info_offset = 1;
- hasFirst() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes first = 1;
- hasFirst() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
required bytes first = 1;
- hasFirst() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPairOrBuilder
-
required bytes first = 1;
- hasFirstDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 first_data_block_offset = 9;
- hasFirstDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 first_data_block_offset = 9;
- hasFirstDataBlockOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 first_data_block_offset = 9;
- hashCode() - Method in class org.apache.hudi.common.util.ComparableVersion
-
- hashCode() - Method in class org.apache.hudi.common.util.Option
-
- hashCode() - Method in class org.apache.hudi.io.hfile.HFileBlockCache.BlockCacheKey
-
- hashCode() - Method in class org.apache.hudi.io.hfile.Key
-
- hashCode() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
- hashCode() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto
-
- hashCode() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
- hashCode(byte[], int, int) - Static method in class org.apache.hudi.io.util.IOUtils
-
- hashCode() - Method in class org.apache.hudi.storage.StoragePath
-
- hashCode() - Method in class org.apache.hudi.storage.StoragePathInfo
-
- hasLastDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 last_data_block_offset = 10;
- hasLastDataBlockOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 last_data_block_offset = 10;
- hasLastDataBlockOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 last_data_block_offset = 10;
- hasLoadOnOpenDataOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 load_on_open_data_offset = 2;
- hasLoadOnOpenDataOffset() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 load_on_open_data_offset = 2;
- hasLoadOnOpenDataOffset() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 load_on_open_data_offset = 2;
- hasMetaIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 meta_index_count = 6;
- hasMetaIndexCount() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 meta_index_count = 6;
- hasMetaIndexCount() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 meta_index_count = 6;
- hasNumDataIndexLevels() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 num_data_index_levels = 8;
- hasNumDataIndexLevels() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint32 num_data_index_levels = 8;
- hasNumDataIndexLevels() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint32 num_data_index_levels = 8;
- hasSecond() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes second = 2;
- hasSecond() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
required bytes second = 2;
- hasSecond() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPairOrBuilder
-
required bytes second = 2;
- hasTotalUncompressedBytes() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 total_uncompressed_bytes = 4;
- hasTotalUncompressedBytes() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 total_uncompressed_bytes = 4;
- hasTotalUncompressedBytes() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 total_uncompressed_bytes = 4;
- hasUncompressedDataIndexSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 uncompressed_data_index_size = 3;
- hasUncompressedDataIndexSize() - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto
-
optional uint64 uncompressed_data_index_size = 3;
- hasUncompressedDataIndexSize() - Method in interface org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProtoOrBuilder
-
optional uint64 uncompressed_data_index_size = 3;
- HEX_CHAR - Static variable in class org.apache.hudi.common.util.StringUtils
-
- HFileBlock - Class in org.apache.hudi.io.hfile
-
Represents a block in a HFile.
- HFileBlock(HFileContext, HFileBlockType, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileBlock
-
Initialize HFileBlock for read.
- HFileBlock(HFileContext, HFileBlockType, long) - Constructor for class org.apache.hudi.io.hfile.HFileBlock
-
Initialize HFileBlock for write.
- HFILEBLOCK_HEADER_SIZE - Static variable in class org.apache.hudi.io.hfile.HFileBlock
-
- HFILEBLOCK_HEADER_SIZE_NO_CHECKSUM - Static variable in class org.apache.hudi.io.hfile.HFileBlock
-
- HFileBlockCache - Class in org.apache.hudi.io.hfile
-
Least Frequently Used (LFU) cache for HFile blocks to improve read performance by avoiding repeated block reads.
- HFileBlockCache(int, long, TimeUnit) - Constructor for class org.apache.hudi.io.hfile.HFileBlockCache
-
- HFileBlockCache.BlockCacheKey - Class in org.apache.hudi.io.hfile
-
Cache key for identifying blocks uniquely.
- HFileBlockReader - Class in org.apache.hudi.io.hfile
-
A reader to read one or more HFile blocks based on the start and end offsets.
- HFileBlockReader(HFileContext, SeekableDataInputStream, long, long) - Constructor for class org.apache.hudi.io.hfile.HFileBlockReader
-
- HFileBlockType - Enum in org.apache.hudi.io.hfile
-
Represents the HFile block type.
- HFileBlockType.BlockCategory - Enum in org.apache.hudi.io.hfile
-
- HFileContext - Class in org.apache.hudi.io.hfile
-
The context of HFile that contains information of the blocks.
- HFileContext.Builder - Class in org.apache.hudi.io.hfile
-
- HFileCursor - Class in org.apache.hudi.io.hfile
-
Stores the current position and
KeyValue at the position in the HFile.
- HFileCursor() - Constructor for class org.apache.hudi.io.hfile.HFileCursor
-
- HFileDataBlock - Class in org.apache.hudi.io.hfile
-
- HFileDataBlock(HFileContext, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileDataBlock
-
- HFileFileInfoBlock - Class in org.apache.hudi.io.hfile
-
- HFileFileInfoBlock(HFileContext, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileFileInfoBlock
-
- HFileIndexBlock - Class in org.apache.hudi.io.hfile
-
- HFileIndexBlock(HFileContext, HFileBlockType, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileIndexBlock
-
- HFileIndexBlock(HFileContext, HFileBlockType) - Constructor for class org.apache.hudi.io.hfile.HFileIndexBlock
-
- HFileInfo - Class in org.apache.hudi.io.hfile
-
- HFileInfo(Map<UTF8StringKey, byte[]>) - Constructor for class org.apache.hudi.io.hfile.HFileInfo
-
- HFileIntermediateIndexBlock - Class in org.apache.hudi.io.hfile
-
- HFileIntermediateIndexBlock(HFileContext, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileIntermediateIndexBlock
-
- HFileLeafIndexBlock - Class in org.apache.hudi.io.hfile
-
- HFileLeafIndexBlock(HFileContext, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileLeafIndexBlock
-
- HFileLeafIndexBlock(HFileContext, HFileBlockType, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileLeafIndexBlock
-
- HFileMetaBlock - Class in org.apache.hudi.io.hfile
-
- HFileMetaBlock(HFileContext, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileMetaBlock
-
- HFileMetaIndexBlock - Class in org.apache.hudi.io.hfile
-
- HFileProtos - Class in org.apache.hudi.io.hfile.protobuf.generated
-
- HFileProtos.BytesBytesPair - Class in org.apache.hudi.io.hfile.protobuf.generated
-
Protobuf type org.apache.hudi.io.hfile.BytesBytesPair
- HFileProtos.BytesBytesPair.Builder - Class in org.apache.hudi.io.hfile.protobuf.generated
-
Protobuf type org.apache.hudi.io.hfile.BytesBytesPair
- HFileProtos.BytesBytesPairOrBuilder - Interface in org.apache.hudi.io.hfile.protobuf.generated
-
- HFileProtos.InfoProto - Class in org.apache.hudi.io.hfile.protobuf.generated
-
Protobuf type org.apache.hudi.io.hfile.InfoProto
- HFileProtos.InfoProto.Builder - Class in org.apache.hudi.io.hfile.protobuf.generated
-
Protobuf type org.apache.hudi.io.hfile.InfoProto
- HFileProtos.InfoProtoOrBuilder - Interface in org.apache.hudi.io.hfile.protobuf.generated
-
- HFileProtos.TrailerProto - Class in org.apache.hudi.io.hfile.protobuf.generated
-
Protobuf type org.apache.hudi.io.hfile.TrailerProto
- HFileProtos.TrailerProto.Builder - Class in org.apache.hudi.io.hfile.protobuf.generated
-
Protobuf type org.apache.hudi.io.hfile.TrailerProto
- HFileProtos.TrailerProtoOrBuilder - Interface in org.apache.hudi.io.hfile.protobuf.generated
-
- HFileReader - Interface in org.apache.hudi.io.hfile
-
HFile reader that supports seeks.
- HFileReaderImpl - Class in org.apache.hudi.io.hfile
-
- HFileReaderImpl(SeekableDataInputStream, long) - Constructor for class org.apache.hudi.io.hfile.HFileReaderImpl
-
- HFileRootIndexBlock - Class in org.apache.hudi.io.hfile
-
- HFileRootIndexBlock(HFileContext, byte[], int) - Constructor for class org.apache.hudi.io.hfile.HFileRootIndexBlock
-
- HFileTrailer - Class in org.apache.hudi.io.hfile
-
Represents a HFile trailer, which is serialized and deserialized using
HFileProtos.TrailerProto with Protobuf.
- HFileTrailer(int, int) - Constructor for class org.apache.hudi.io.hfile.HFileTrailer
-
- HFileUtils - Class in org.apache.hudi.io.hfile
-
Util methods for reading and writing HFile.
- HFileUtils() - Constructor for class org.apache.hudi.io.hfile.HFileUtils
-
- HFileWriter - Interface in org.apache.hudi.io.hfile
-
The interface for HFile writer to implement.
- HFileWriterImpl - Class in org.apache.hudi.io.hfile
-
Pure Java implementation of HFile writer (HFile v3 format) for Hudi.
- HFileWriterImpl(HFileContext, OutputStream) - Constructor for class org.apache.hudi.io.hfile.HFileWriterImpl
-
- HoodieAirliftGzipCompressor - Class in org.apache.hudi.io.compress.airlift
-
- HoodieAirliftGzipCompressor() - Constructor for class org.apache.hudi.io.compress.airlift.HoodieAirliftGzipCompressor
-
- HoodieCompressor - Interface in org.apache.hudi.io.compress
-
Provides compression and decompression on input data.
- HoodieCompressorFactory - Class in org.apache.hudi.io.compress
-
- HoodieException - Exception in org.apache.hudi.exception
-
Exception thrown for Hoodie failures.
- HoodieException() - Constructor for exception org.apache.hudi.exception.HoodieException
-
- HoodieException(String) - Constructor for exception org.apache.hudi.exception.HoodieException
-
- HoodieException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieException
-
- HoodieException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieException
-
- HoodieInstantWriter - Interface in org.apache.hudi.storage
-
Interface for classes that can write instant data to the timeline.
- HoodieIOException - Exception in org.apache.hudi.exception
-
Exception thrown for table IO-related failures.
- HoodieIOException(String, IOException) - Constructor for exception org.apache.hudi.exception.HoodieIOException
-
- HoodieIOException(String) - Constructor for exception org.apache.hudi.exception.HoodieIOException
-
- HoodieNoneCompressor - Class in org.apache.hudi.io.compress.builtin
-
- HoodieNoneCompressor() - Constructor for class org.apache.hudi.io.compress.builtin.HoodieNoneCompressor
-
- HoodieStorage - Class in org.apache.hudi.storage
-
Provides I/O APIs on files and directories on storage.
- HoodieStorage(StorageConfiguration<?>) - Constructor for class org.apache.hudi.storage.HoodieStorage
-
- HoodieTimer - Class in org.apache.hudi.common.util
-
Timing utility to help keep track of execution times of code blocks.
- HoodieTimer() - Constructor for class org.apache.hudi.common.util.HoodieTimer
-
- SCHEME - Static variable in class org.apache.hudi.storage.inline.InLineFSUtils
-
- SCHEME_SEPARATOR - Static variable in class org.apache.hudi.storage.inline.InLineFSUtils
-
- SECOND_FIELD_NUMBER - Static variable in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair
-
- seek(long) - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
-
Seeks to a position w/in the stream
NOTE: Position is relative to the start of the stream (ie its absolute w/in this stream),
with following invariant being assumed:
- seek(long) - Method in class org.apache.hudi.io.ByteArraySeekableDataInputStream
-
- seek(long) - Method in class org.apache.hudi.io.SeekableDataInputStream
-
Seeks to a position within the stream.
- SEEK_TO_BEFORE_BLOCK_FIRST_KEY - Static variable in interface org.apache.hudi.io.hfile.HFileReader
-
- SEEK_TO_BEFORE_FILE_FIRST_KEY - Static variable in interface org.apache.hudi.io.hfile.HFileReader
-
- SEEK_TO_EOF - Static variable in interface org.apache.hudi.io.hfile.HFileReader
-
- SEEK_TO_FOUND - Static variable in interface org.apache.hudi.io.hfile.HFileReader
-
- SEEK_TO_IN_RANGE - Static variable in interface org.apache.hudi.io.hfile.HFileReader
-
- SeekableDataInputStream - Class in org.apache.hudi.io
-
A
InputStream that supports random access by allowing to seek to
an arbitrary position within the stream and read the content.
- SeekableDataInputStream(InputStream) - Constructor for class org.apache.hudi.io.SeekableDataInputStream
-
Creates a DataInputStream that uses the specified
underlying InputStream.
- seekTo(Key) - Method in interface org.apache.hudi.io.hfile.HFileReader
-
seekTo or just before the passed
Key.
- seekTo() - Method in interface org.apache.hudi.io.hfile.HFileReader
-
Positions this reader at the start of the file.
- seekTo(Key) - Method in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- seekTo() - Method in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- SEPARATOR - Static variable in class org.apache.hudi.storage.StoragePath
-
- SEPARATOR_CHAR - Static variable in class org.apache.hudi.storage.StoragePath
-
- serialize() - Method in class org.apache.hudi.io.hfile.HFileBlock
-
Return serialized block including header, data, checksum.
- set(long) - Method in class org.apache.hudi.common.metrics.Counter
-
- set(String, long) - Method in class org.apache.hudi.common.metrics.LocalRegistry
-
- set(String, long) - Method in interface org.apache.hudi.common.metrics.Registry
-
Set the value to the metric.
- set(int, KeyValue) - Method in class org.apache.hudi.io.hfile.HFileCursor
-
- set(String, String) - Method in class org.apache.hudi.storage.StorageConfiguration
-
Sets the configuration key-value pair.
- setComparatorClassName(String) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional string comparator_class_name = 11;
- setComparatorClassNameBytes(ByteString) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional string comparator_class_name = 11;
- setCompressionCodec(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 compression_codec = 12;
- setDataIndexCount(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 data_index_count = 5;
- setEncryptionKey(ByteString) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional bytes encryption_key = 13;
- setEntryCount(long) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 entry_count = 7;
- setEof() - Method in class org.apache.hudi.io.hfile.HFileCursor
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- setFileInfoOffset(long) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 file_info_offset = 1;
- setFirst(ByteString) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes first = 1;
- setFirstDataBlockOffset(long) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 first_data_block_offset = 9;
- setIfUnset(String, String) - Method in class org.apache.hudi.storage.StorageConfiguration
-
Sets a property key with a value in the configuration, if the property key
does not already exist.
- setKeyValue(KeyValue) - Method in class org.apache.hudi.io.hfile.HFileCursor
-
- setLastDataBlockOffset(long) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 last_data_block_offset = 10;
- setLoadOnOpenDataOffset(long) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 load_on_open_data_offset = 2;
- setMapEntry(int, HFileProtos.BytesBytesPair) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- setMapEntry(int, HFileProtos.BytesBytesPair.Builder) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
repeated .org.apache.hudi.io.hfile.BytesBytesPair map_entry = 1;
- setMetaIndexCount(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 meta_index_count = 6;
- setModificationTime(StoragePath, long) - Method in class org.apache.hudi.storage.HoodieStorage
-
Sets Modification Time for the storage Path
- setNumDataIndexLevels(int) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint32 num_data_index_levels = 8;
- setOffset(int) - Method in class org.apache.hudi.io.hfile.HFileCursor
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- setSecond(ByteString) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
required bytes second = 2;
- setStartOffsetInBuffForWrite(long) - Method in class org.apache.hudi.io.hfile.HFileBlock
-
Sets start offset of the block in the buffer.
- setTotalUncompressedBytes(long) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 total_uncompressed_bytes = 4;
- setUncompressedDataIndexSize(long) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
optional uint64 uncompressed_data_index_size = 3;
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.BytesBytesPair.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.InfoProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hudi.io.hfile.protobuf.generated.HFileProtos.TrailerProto.Builder
-
- size() - Method in class org.apache.hudi.io.hfile.HFileBlockCache
-
Gets current cache size.
- sizeCheckSum - Variable in class org.apache.hudi.io.hfile.HFileBlock
-
- SIZEOF_BOOLEAN - Static variable in class org.apache.hudi.io.hfile.DataSize
-
- SIZEOF_BYTE - Static variable in class org.apache.hudi.io.hfile.DataSize
-
- SIZEOF_INT16 - Static variable in class org.apache.hudi.io.hfile.DataSize
-
- SIZEOF_INT32 - Static variable in class org.apache.hudi.io.hfile.DataSize
-
- SIZEOF_INT64 - Static variable in class org.apache.hudi.io.hfile.DataSize
-
- split(String, String) - Static method in class org.apache.hudi.common.util.StringUtils
-
Splits input string, delimited delimiter into a list of non-empty strings
(skipping any empty string produced during splitting)
- start() - Static method in class org.apache.hudi.common.util.HoodieTimer
-
- start(RetryHelper.CheckedFunction<T, R>) - Method in class org.apache.hudi.common.util.RetryHelper
-
- start() - Method in class org.apache.hudi.common.util.RetryHelper
-
- START_OFFSET_STR - Static variable in class org.apache.hudi.storage.inline.InLineFSUtils
-
- startOffset(StoragePath) - Static method in class org.apache.hudi.storage.inline.InLineFSUtils
-
Returns start offset w/in the base for the block identified by the given InlineFS path
input: "inlinefs://file1/s3a/?start_offset=20&length=40".
- startOffsetInBuff - Variable in class org.apache.hudi.io.hfile.HFileBlock
-
- startOffsetInCompressedBuff - Variable in class org.apache.hudi.io.hfile.HFileBlock
-
- startTimer() - Method in class org.apache.hudi.common.util.HoodieTimer
-
- storageConf - Variable in class org.apache.hudi.storage.HoodieStorage
-
- StorageConfiguration<T> - Class in org.apache.hudi.storage
-
Interface providing the storage configuration in type T.
- StorageConfiguration() - Constructor for class org.apache.hudi.storage.StorageConfiguration
-
- StoragePath - Class in org.apache.hudi.storage
-
Names a file or directory on storage.
- StoragePath(URI) - Constructor for class org.apache.hudi.storage.StoragePath
-
- StoragePath(String) - Constructor for class org.apache.hudi.storage.StoragePath
-
- StoragePath(String, String) - Constructor for class org.apache.hudi.storage.StoragePath
-
- StoragePath(StoragePath, String) - Constructor for class org.apache.hudi.storage.StoragePath
-
- StoragePathFilter - Interface in org.apache.hudi.storage
-
Filter for
StoragePath
The APIs are mainly based on
org.apache.hadoop.fs.PathFilter class.
- StoragePathInfo - Class in org.apache.hudi.storage
-
Represents the information of a storage path representing a directory or a file.
- StoragePathInfo(StoragePath, long, boolean, short, long, long) - Constructor for class org.apache.hudi.storage.StoragePathInfo
-
- StoragePathInfo(StoragePath, long, boolean, short, long, long, String[]) - Constructor for class org.apache.hudi.storage.StoragePathInfo
-
- StorageSchemes - Enum in org.apache.hudi.storage
-
All the supported storage schemes in Hoodie.
- stream - Variable in class org.apache.hudi.io.hfile.HFileReaderImpl
-
- StringUtils - Class in org.apache.hudi.common.util
-
Simple utility for operations on strings.
- StringUtils() - Constructor for class org.apache.hudi.common.util.StringUtils
-
- stripEnd(String, String) - Static method in class org.apache.hudi.common.util.StringUtils
-
Strips given characters from end of the string and returns the result
- ValidationUtils - Class in org.apache.hudi.common.util
-
Simple utility to test validation conditions (to replace Guava's PreConditions)
- ValidationUtils() - Constructor for class org.apache.hudi.common.util.ValidationUtils
-
- value - Variable in class org.apache.hudi.io.hfile.KeyValueEntry
-
- valueOf(String) - Static method in enum org.apache.hudi.ApiMaturityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hudi.common.fs.ConsistencyGuard.FileVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hudi.io.compress.CompressionCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hudi.io.hfile.ChecksumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hudi.io.hfile.HFileBlockType.BlockCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hudi.io.hfile.HFileBlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hudi.storage.StorageSchemes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hudi.ApiMaturityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hudi.common.fs.ConsistencyGuard.FileVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hudi.io.compress.CompressionCodec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hudi.io.hfile.ChecksumType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hudi.io.hfile.HFileBlockType.BlockCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hudi.io.hfile.HFileBlockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hudi.storage.StorageSchemes
-
Returns an array containing the constants of this enum type, in
the order they are declared.