| Class | Description |
|---|---|
| Closeables |
Utility for working with
Closeabless |
| Exceptions | |
| Files | |
| Ints |
Utilities for working with ints
|
| IOExceptionUtils |
Utilities for managing I/O resources.
|
| Log |
Simple wrapper around java.util.logging
Adds compile time log level.
|
| Preconditions |
Utility for parameter validation
|
| SemanticVersion |
Very basic semver parser, only pays attention to major, minor, and patch numbers.
|
| Strings | |
| Version |
This class is auto-generated by org.apache.parquet.version.VersionGenerator
Do not manually edit!
|
| VersionParser |
Parses a parquet Version string
Tolerates missing semver and buildhash
(semver and build hash may be null)
|
| VersionParser.ParsedVersion |
| Exception | Description |
|---|---|
| OutputStreamCloseException |
Runtime exception indicating that a stream failed to be closed properly.
|
| ParquetRuntimeException |
The parent class for all runtime exceptions
|
| SemanticVersion.SemanticVersionParseException | |
| ShouldNeverHappenException |
Used in code blocks that should be unreachable, but the compiler does
not know this, for example the default clause of an exhaustive switch statement.
|
| VersionParser.VersionParseException |
Copyright © 2018 The Apache Software Foundation. All rights reserved.