Class CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty
An implementation for
CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty-
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.cfnpropertymixins.services.glue.CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty
CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder, CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.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 minimum number of deletes in a data file to make it eligible for compaction.final NumberThe minimum number of input files before compaction is triggered.final StringThe compaction strategy to use.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
protected Jsii$Proxy(CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty.Builder.
-
-
Method Details
-
getDeleteFileThreshold
Description copied from interface:CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationPropertyThe minimum number of deletes in a data file to make it eligible for compaction.- Specified by:
getDeleteFileThresholdin interfaceCfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty- See Also:
-
getMinInputFiles
Description copied from interface:CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationPropertyThe minimum number of input files before compaction is triggered.- Specified by:
getMinInputFilesin interfaceCfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty- See Also:
-
getStrategy
Description copied from interface:CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationPropertyThe compaction strategy to use.Valid values are binpack, sort, and z-order.
- Specified by:
getStrategyin interfaceCfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty- 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()
-