| Interface | Description |
|---|---|
| HoodieData<T> |
An interface abstracting a container holding a collection of objects of type
T
allowing to perform common transformation on it. |
| HoodiePairData<K,V> |
An abstraction for pairs of key in type K and value in type V to store the reference
and do transformation.
|
| Class | Description |
|---|---|
| HoodieAccumulator |
An abstraction for accumulator on counts.
|
| HoodieAtomicLongAccumulator |
An accumulator on counts based on
AtomicLong implementation. |
| HoodieBaseListData<T> |
Data representation of either a stream or a list of objects with Type T.
|
| HoodieData.HoodieDataCacheKey |
The key used in a caching map to identify a
HoodieData. |
| HoodieListData<T> |
In-memory implementation of
HoodieData holding internally a Stream of objects. |
| HoodieListPairData<K,V> |
Copyright © 2024 The Apache Software Foundation. All rights reserved.