| Class | Description |
|---|---|
| ComplexAvroKeyGenerator |
Avro complex key generator, which takes names of fields to be used for recordKey and partitionPath as configs.
|
| CustomAvroKeyGenerator |
This is a generic implementation of KeyGenerator where users can configure record key as a single field or a combination of fields.
|
| GlobalAvroDeleteKeyGenerator |
Avro Key generator for deletes using global indices.
|
| KeyGenUtils | |
| NonpartitionedAvroKeyGenerator |
Avro simple Key generator for unpartitioned Hive Tables.
|
| SimpleAvroKeyGenerator |
Avro simple key generator, which takes names of fields to be used for recordKey and partitionPath as configs.
|
| TimestampBasedAvroKeyGenerator |
Avro Key generator, that relies on timestamps for partitioning field.
|
| Enum | Description |
|---|---|
| CustomAvroKeyGenerator.PartitionKeyType |
Used as a part of config in CustomKeyGenerator.java.
|
| TimestampBasedAvroKeyGenerator.TimestampType |
Copyright © 2022 The Apache Software Foundation. All rights reserved.