Class InputFormat
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.InputFormat
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:30.073Z")
@Stability(Deprecated)
@Deprecated
public class InputFormat
extends software.amazon.jsii.JsiiObject
Deprecated.
(deprecated) Absolute class name of the Hadoop
InputFormat to use when reading 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.*; InputFormat inputFormat = InputFormat.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 InputFormatDeprecated.static final InputFormatDeprecated.static final InputFormatDeprecated.static final InputFormatDeprecated.static final InputFormatDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInputFormat(String className) Deprecated.protectedInputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated.protectedInputFormat(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) InputFormat for Avro files.- See Also:
-
CLOUDTRAIL
Deprecated.(deprecated) InputFormat for Cloudtrail Logs.- See Also:
-
ORC
Deprecated.(deprecated) InputFormat for Orc files.- See Also:
-
PARQUET
Deprecated.(deprecated) InputFormat for Parquet files.- See Also:
-
TEXT
Deprecated.(deprecated) An InputFormat for plain text files.Files are broken into lines. Either linefeed or carriage-return are used to signal end of line. Keys are the position in the file, and values are the line of text. JSON & CSV files are examples of this InputFormat
- See Also:
-
-
Constructor Details
-
InputFormat
protected InputFormat(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
InputFormat
protected InputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
InputFormat
Deprecated.- Parameters:
className- This parameter is required.
-
-
Method Details
-
getClassName
Deprecated.
-