| Interface | Description |
|---|---|
| RetryHelper.CheckedFunction<T,R extends Exception> |
Checked function interface.
|
| Class | Description |
|---|---|
| ComparableVersion |
Generic implementation of version comparison.
|
| FileIOUtils |
Bunch of utility methods for working with files and byte streams.
|
| HoodieTimer |
Timing utility to help keep track of execution times of code blocks.
|
| Option<T> |
Provides functionality same as java.util.Optional but is also made Serializable.
|
| ReflectionUtils |
A utility class for reflection.
|
| RetryHelper<T,R extends Exception> |
Retry Helper implementation.
|
| StringUtils |
Simple utility for operations on strings.
|
| ValidationUtils |
Simple utility to test validation conditions (to replace Guava's PreConditions)
|
Copyright © 2025 The Apache Software Foundation. All rights reserved.