| Package | Description |
|---|---|
| org.apache.hudi.avro | |
| org.apache.hudi.common.config | |
| org.apache.hudi.common.util | |
| org.apache.hudi.exception | |
| org.apache.hudi.internal.schema |
| Modifier and Type | Class and Description |
|---|---|
static class |
MercifulJsonConverter.HoodieJsonToAvroConversionException
Exception Class for any schema conversion issue.
|
| Modifier and Type | Method and Description |
|---|---|
<T> String |
HoodieConfig.getStringOrThrow(ConfigProperty<T> configProperty,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
static Option<org.apache.hadoop.fs.Path> |
TablePathUtils.getTablePath(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path) |
| Modifier and Type | Class and Description |
|---|---|
class |
CorruptedLogFileException
An Exception thrown when the log file corrupted.
|
class |
HoodieCompactException |
class |
HoodieCorruptedDataException
Exception thrown when any data corruption happens when reading/writing from temporary disk.
|
class |
HoodieDuplicateKeyException
Exception throws when insert a duplicate key to the table using sql insert statement.
|
class |
HoodieIndexException
Exception thrown for HoodieIndex related errors.
|
class |
HoodieIOException
Exception thrown for table IO-related failures.
|
class |
HoodieKeyException
Exception thrown for Hoodie Key Generator related errors.
|
class |
HoodieLockException
Exception thrown for Hoodie failures.
|
class |
HoodieMetadataException
Exception thrown for table metadata related failures.
|
class |
HoodieNotSupportedException
An exception throws when meet not supported operation.
|
class |
HoodieRecordMissingException
Exception throws when indexing fails to locate the hoodie record.
|
class |
HoodieSerializationException
An exception throws when meet serialization problems.
|
class |
HoodieValidationException
Exception thrown for validation failures.
|
class |
HoodieWriteConflictException
Exception thrown for Hoodie failures.
|
class |
InvalidHoodiePathException
An exception thrown when hoodie path is invalid.
|
class |
InvalidTableException
Exception thrown to indicate that a hoodie table is invalid.
|
class |
MetadataNotFoundException
Thrown when expected metadata is not found.
|
class |
SchemaCompatibilityException
An exception thrown when schema has compatibility problems.
|
class |
TableNotFoundException
Exception thrown to indicate that a hoodie table was not found on the path provided.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieSchemaException
Exception thrown for Hoodie schema convert failures.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.