Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
StorageDescriptor |
StorageDescriptor.addParametersEntry(String key,
String value) |
StorageDescriptor |
StorageDescriptor.clearParametersEntries()
Removes all the entries added into Parameters.
|
StorageDescriptor |
StorageDescriptor.clone() |
StorageDescriptor |
Table.getStorageDescriptor()
A storage descriptor containing information about the physical storage of this table.
|
StorageDescriptor |
TableInput.getStorageDescriptor()
A storage descriptor containing information about the physical storage of this table.
|
StorageDescriptor |
Partition.getStorageDescriptor()
Provides information about the physical location where the partition is stored.
|
StorageDescriptor |
PartitionInput.getStorageDescriptor()
Provides information about the physical location where the partition is stored.
|
StorageDescriptor |
StorageDescriptor.withBucketColumns(Collection<String> bucketColumns)
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
|
StorageDescriptor |
StorageDescriptor.withBucketColumns(String... bucketColumns)
A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
|
StorageDescriptor |
StorageDescriptor.withColumns(Collection<Column> columns)
A list of the
Columns in the table. |
StorageDescriptor |
StorageDescriptor.withColumns(Column... columns)
A list of the
Columns in the table. |
StorageDescriptor |
StorageDescriptor.withCompressed(Boolean compressed)
True if the data in the table is compressed, or False if not.
|
StorageDescriptor |
StorageDescriptor.withInputFormat(String inputFormat)
The input format:
SequenceFileInputFormat (binary), or TextInputFormat , or a custom
format. |
StorageDescriptor |
StorageDescriptor.withLocation(String location)
The physical location of the table.
|
StorageDescriptor |
StorageDescriptor.withNumberOfBuckets(Integer numberOfBuckets)
Must be specified if the table contains any dimension columns.
|
StorageDescriptor |
StorageDescriptor.withOutputFormat(String outputFormat)
The output format:
SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat , or
a custom format. |
StorageDescriptor |
StorageDescriptor.withParameters(Map<String,String> parameters)
User-supplied properties in key-value form.
|
StorageDescriptor |
StorageDescriptor.withSerdeInfo(SerDeInfo serdeInfo)
Serialization/deserialization (SerDe) information.
|
StorageDescriptor |
StorageDescriptor.withSkewedInfo(SkewedInfo skewedInfo)
Information about values that appear very frequently in a column (skewed values).
|
StorageDescriptor |
StorageDescriptor.withSortColumns(Collection<Order> sortColumns)
A list specifying the sort order of each bucket in the table.
|
StorageDescriptor |
StorageDescriptor.withSortColumns(Order... sortColumns)
A list specifying the sort order of each bucket in the table.
|
StorageDescriptor |
StorageDescriptor.withStoredAsSubDirectories(Boolean storedAsSubDirectories)
True if the table data is stored in subdirectories, or False if not.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
void |
TableInput.setStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
void |
Partition.setStorageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
void |
PartitionInput.setStorageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
Table |
Table.withStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
TableInput |
TableInput.withStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
Partition |
Partition.withStorageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
PartitionInput |
PartitionInput.withStorageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
Copyright © 2018. All rights reserved.