| Package | Description |
|---|---|
| com.aliyun.odps.table.configuration |
| Modifier and Type | Method and Description |
|---|---|
CompressionCodec |
WriterOptions.getCompressionCodec() |
CompressionCodec |
ReaderOptions.getCompressionCodec() |
static CompressionCodec |
CompressionCodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionCodec[] |
CompressionCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<CompressionCodec> |
CompressionCodec.byName(String name) |
| Modifier and Type | Method and Description |
|---|---|
WriterOptions.Builder |
WriterOptions.Builder.withCompressionCodec(CompressionCodec codec) |
ReaderOptions.Builder |
ReaderOptions.Builder.withCompressionCodec(CompressionCodec codec) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.