| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
OrcSerDe.Builder |
OrcSerDe.Builder.blockSizeBytes(Integer blockSizeBytes)
The Hadoop Distributed File System (HDFS) block size.
|
OrcSerDe.Builder |
OrcSerDe.Builder.bloomFilterColumns(Collection<String> bloomFilterColumns)
The column names for which you want Kinesis Data Firehose to create bloom filters.
|
OrcSerDe.Builder |
OrcSerDe.Builder.bloomFilterColumns(String... bloomFilterColumns)
The column names for which you want Kinesis Data Firehose to create bloom filters.
|
OrcSerDe.Builder |
OrcSerDe.Builder.bloomFilterFalsePositiveProbability(Double bloomFilterFalsePositiveProbability)
The Bloom filter false positive probability (FPP).
|
static OrcSerDe.Builder |
OrcSerDe.builder() |
OrcSerDe.Builder |
OrcSerDe.Builder.compression(OrcCompression compression)
The compression code to use over data blocks.
|
OrcSerDe.Builder |
OrcSerDe.Builder.compression(String compression)
The compression code to use over data blocks.
|
OrcSerDe.Builder |
OrcSerDe.Builder.dictionaryKeyThreshold(Double dictionaryKeyThreshold)
Represents the fraction of the total number of non-null rows.
|
OrcSerDe.Builder |
OrcSerDe.Builder.enablePadding(Boolean enablePadding)
Set this to
true to indicate that you want stripes to be padded to the HDFS block boundaries. |
OrcSerDe.Builder |
OrcSerDe.Builder.formatVersion(OrcFormatVersion formatVersion)
The version of the file to write.
|
OrcSerDe.Builder |
OrcSerDe.Builder.formatVersion(String formatVersion)
The version of the file to write.
|
OrcSerDe.Builder |
OrcSerDe.Builder.paddingTolerance(Double paddingTolerance)
A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size.
|
OrcSerDe.Builder |
OrcSerDe.Builder.rowIndexStride(Integer rowIndexStride)
The number of rows between index entries.
|
OrcSerDe.Builder |
OrcSerDe.Builder.stripeSizeBytes(Integer stripeSizeBytes)
The number of bytes in each stripe.
|
OrcSerDe.Builder |
OrcSerDe.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OrcSerDe.Builder> |
OrcSerDe.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Serializer.Builder |
Serializer.Builder.orcSerDe(Consumer<OrcSerDe.Builder> orcSerDe)
A serializer to use for converting data to the ORC format before storing it in Amazon S3.
|
Copyright © 2023. All rights reserved.