Java com.amazonaws.services.glue.model StorageDescriptor fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.glue.model StorageDescriptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.glue.model StorageDescriptor.

The text is from its open source code.

Constructor

Method

java.util.ListgetBucketColumns()

A list of reducer grouping columns, clustering columns, and bucketing columns in the table.

java.util.ListgetColumns()

A list of the Columns in the table.

StringgetInputFormat()

The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.

StringgetLocation()

The physical location of the table.

IntegergetNumberOfBuckets()

Must be specified if the table contains any dimension columns.

StringgetOutputFormat()

The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.

SerDeInfogetSerdeInfo()

The serialization/deserialization (SerDe) information.

SkewedInfogetSkewedInfo()

The information about values that appear frequently in a column (skewed values).

java.util.ListgetSortColumns()

A list specifying the sort order of each bucket in the table.

voidsetBucketColumns(java.util.Collection bucketColumns)

A list of reducer grouping columns, clustering columns, and bucketing columns in the table.

voidsetColumns(java.util.Collection columns)

A list of the Columns in the table.

voidsetInputFormat(String inputFormat)

The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.

voidsetLocation(String location)

The physical location of the table.

voidsetNumberOfBuckets(Integer numberOfBuckets)

Must be specified if the table contains any dimension columns.

voidsetOutputFormat(String outputFormat)

The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.

voidsetParameters(java.util.Map parameters)

The user-supplied properties in key-value form.

voidsetSerdeInfo(SerDeInfo serdeInfo)

The serialization/deserialization (SerDe) information.