Modifier and Type | Method and Description |
---|---|
static S3WriterConfiguration.Compression |
S3WriterConfiguration.Compression.fromValue(String value) |
S3WriterConfiguration.Compression |
S3WriterConfiguration.getCompression()
compression
|
static S3WriterConfiguration.Compression |
S3WriterConfiguration.Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3WriterConfiguration.Compression[] |
S3WriterConfiguration.Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
S3WriterConfiguration.setCompression(S3WriterConfiguration.Compression compression)
compression
|
S3WriterConfiguration |
S3WriterConfiguration.withCompression(S3WriterConfiguration.Compression compression) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.