Class CfnDeliveryStream.OrcSerDeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.OrcSerDeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.OrcSerDeProperty
CfnDeliveryStream.OrcSerDeProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.OrcSerDeProperty
CfnDeliveryStream.OrcSerDeProperty.Builder, CfnDeliveryStream.OrcSerDeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.OrcSerDeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe Hadoop Distributed File System (HDFS) block size.The column names for which you want Firehose to create bloom filters.final NumberThe Bloom filter false positive probability (FPP).final StringThe compression code to use over data blocks.final NumberRepresents the fraction of the total number of non-null rows.final ObjectSet this totrueto indicate that you want stripes to be padded to the HDFS block boundaries.final StringThe version of the file to write.final NumberA number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size.final NumberThe number of rows between index entries.final NumberThe number of bytes in each stripe.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.OrcSerDeProperty.Builder.
-
-
Method Details
-
getBlockSizeBytes
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyThe Hadoop Distributed File System (HDFS) block size.This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
- Specified by:
getBlockSizeBytesin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getBloomFilterColumns
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyThe column names for which you want Firehose to create bloom filters.The default is
null.- Specified by:
getBloomFilterColumnsin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getBloomFilterFalsePositiveProbability
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyThe Bloom filter false positive probability (FPP).The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
- Specified by:
getBloomFilterFalsePositiveProbabilityin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getCompression
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyThe compression code to use over data blocks.The default is
SNAPPY.- Specified by:
getCompressionin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getDictionaryKeyThreshold
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyRepresents the fraction of the total number of non-null rows.To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
- Specified by:
getDictionaryKeyThresholdin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getEnablePadding
Description copied from interface:CfnDeliveryStream.OrcSerDePropertySet this totrueto indicate that you want stripes to be padded to the HDFS block boundaries.This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is
false.Returns union: either
BooleanorIResolvable- Specified by:
getEnablePaddingin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getFormatVersion
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyThe version of the file to write.The possible values are
V0_11andV0_12. The default isV0_12.- Specified by:
getFormatVersionin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getPaddingTolerance
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyA number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size.The default value is 0.05, which means 5 percent of stripe size.
For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.
Kinesis Data Firehose ignores this parameter when
EnablePaddingisfalse.- Specified by:
getPaddingTolerancein interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getRowIndexStride
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyThe number of rows between index entries.The default is 10,000 and the minimum is 1,000.
- Specified by:
getRowIndexStridein interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
getStripeSizeBytes
Description copied from interface:CfnDeliveryStream.OrcSerDePropertyThe number of bytes in each stripe.The default is 64 MiB and the minimum is 8 MiB.
- Specified by:
getStripeSizeBytesin interfaceCfnDeliveryStream.OrcSerDeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-