| Interface and Description |
|---|
| org.apache.iceberg.encryption.KmsClient
the API will be removed in v2.0.0 (replaced with KeyManagementClient interface).
|
| org.apache.iceberg.metrics.MetricsContext.Counter
will be removed in 2.0.0, use
Counter instead. |
| Exceptions and Description |
|---|
| org.apache.iceberg.exceptions.RuntimeIOException
Use java.io.UncheckedIOException directly instead.
Exception used to wrap |