| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.keygen |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HoodieRecordPayload<T extends HoodieRecordPayload>
Every Hoodie table has an implementation of the
HoodieRecordPayload This abstracts out callbacks which depend on record specific logic. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyGenerator
Abstract class to extend for plugging in extraction of
HoodieKey from an Avro record. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.