| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
OrcSerDe |
OrcSerDe.clone() |
OrcSerDe |
Serializer.getOrcSerDe()
A serializer to use for converting data to the ORC format before storing it in Amazon S3.
|
OrcSerDe |
OrcSerDe.withBlockSizeBytes(Integer blockSizeBytes)
The Hadoop Distributed File System (HDFS) block size.
|
OrcSerDe |
OrcSerDe.withBloomFilterColumns(Collection<String> bloomFilterColumns)
The column names for which you want Kinesis Data Firehose to create bloom filters.
|
OrcSerDe |
OrcSerDe.withBloomFilterColumns(String... bloomFilterColumns)
The column names for which you want Kinesis Data Firehose to create bloom filters.
|
OrcSerDe |
OrcSerDe.withBloomFilterFalsePositiveProbability(Double bloomFilterFalsePositiveProbability)
The Bloom filter false positive probability (FPP).
|
OrcSerDe |
OrcSerDe.withCompression(OrcCompression compression)
The compression code to use over data blocks.
|
OrcSerDe |
OrcSerDe.withCompression(String compression)
The compression code to use over data blocks.
|
OrcSerDe |
OrcSerDe.withDictionaryKeyThreshold(Double dictionaryKeyThreshold)
Represents the fraction of the total number of non-null rows.
|
OrcSerDe |
OrcSerDe.withEnablePadding(Boolean enablePadding)
Set this to
true to indicate that you want stripes to be padded to the HDFS block boundaries. |
OrcSerDe |
OrcSerDe.withFormatVersion(OrcFormatVersion formatVersion)
The version of the file to write.
|
OrcSerDe |
OrcSerDe.withFormatVersion(String formatVersion)
The version of the file to write.
|
OrcSerDe |
OrcSerDe.withPaddingTolerance(Double paddingTolerance)
A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size.
|
OrcSerDe |
OrcSerDe.withRowIndexStride(Integer rowIndexStride)
The number of rows between index entries.
|
OrcSerDe |
OrcSerDe.withStripeSizeBytes(Integer stripeSizeBytes)
The number of bytes in each stripe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Serializer.setOrcSerDe(OrcSerDe orcSerDe)
A serializer to use for converting data to the ORC format before storing it in Amazon S3.
|
Serializer |
Serializer.withOrcSerDe(OrcSerDe orcSerDe)
A serializer to use for converting data to the ORC format before storing it in Amazon S3.
|
Copyright © 2021. All rights reserved.