| Package | Description |
|---|---|
| org.apache.hudi.io |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieAppendHandle<T,I,K,O>
IO Operation to append data onto an existing file.
|
class |
HoodieBootstrapHandle<T,I,K,O>
This class is essentially same as Create Handle but overrides two things
1) Schema : Metadata bootstrap writes only metadata fields as part of write.
|
class |
HoodieConcatHandle<T,I,K,O>
Handle to concatenate new records to old records w/o any merging.
|
class |
HoodieCreateHandle<T,I,K,O> |
class |
HoodieKeyLocationFetchHandle<T,I,K,O>
HoodieRecordLocation fetch handle for all records from HoodieBaseFile of interest. |
class |
HoodieKeyLookupHandle<T,I,K,O>
Takes a bunch of keys and returns ones that are present in the file group.
|
class |
HoodieMergedReadHandle<T,I,K,O> |
class |
HoodieMergeHandle<T,I,K,O> |
class |
HoodieMergeHandleWithChangeLog<T,I,K,O>
A merge handle that supports logging change logs.
|
class |
HoodieRangeInfoHandle<T,I,K,O>
Extract range information for a given file slice.
|
class |
HoodieReadHandle<T,I,K,O>
Base class for read operations done logically on the file group.
|
class |
HoodieSortedMergeHandle<T,I,K,O>
Hoodie merge handle which writes records (new inserts or updates) sorted by their key.
|
class |
HoodieSortedMergeHandleWithChangeLog<T,I,K,O>
A sorted merge handle that supports logging change logs.
|
class |
HoodieUnboundedCreateHandle<T,I,K,O>
A HoodieCreateHandle which writes all data into a single file.
|
class |
HoodieWriteHandle<T,I,K,O>
Base class for all write operations logically performed at the file group level.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.