Class OutputFormat
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.OutputFormat
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:30.091Z")
@Stability(Deprecated)
@Deprecated
public class OutputFormat
extends software.amazon.jsii.JsiiObject
Deprecated.
(deprecated) Absolute class name of the Hadoop
OutputFormat to use when writing table files.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.alpha.*; OutputFormat outputFormat = OutputFormat.AVRO;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OutputFormatDeprecated.static final OutputFormatDeprecated.static final OutputFormatDeprecated.static final OutputFormatDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionOutputFormat(String className) Deprecated.protectedOutputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated.protectedOutputFormat(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
AVRO
Deprecated.(deprecated) OutputFormat for Avro files.- See Also:
-
HIVE_IGNORE_KEY_TEXT
Deprecated.(deprecated) Writes text data with a null key (value only).- See Also:
-
ORC
Deprecated.(deprecated) OutputFormat for Orc files.- See Also:
-
PARQUET
Deprecated.(deprecated) OutputFormat for Parquet files.- See Also:
-
-
Constructor Details
-
OutputFormat
protected OutputFormat(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
OutputFormat
protected OutputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
OutputFormat
Deprecated.- Parameters:
className- This parameter is required.
-
-
Method Details
-
getClassName
Deprecated.
-