| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Partition |
Partition.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
Partition |
Partition.clearParametersEntries()
Removes all the entries added into Parameters.
|
Partition |
Partition.clone() |
Partition |
GetUnfilteredPartitionMetadataResult.getPartition()
A Partition object containing the partition metadata.
|
Partition |
GetPartitionResult.getPartition()
The requested information, in the form of a
Partition object. |
Partition |
UnfilteredPartition.getPartition()
The partition object.
|
Partition |
Partition.withCatalogId(String catalogId)
The ID of the Data Catalog in which the partition resides.
|
Partition |
Partition.withCreationTime(Date creationTime)
The time at which the partition was created.
|
Partition |
Partition.withDatabaseName(String databaseName)
The name of the catalog database in which to create the partition.
|
Partition |
Partition.withLastAccessTime(Date lastAccessTime)
The last time at which the partition was accessed.
|
Partition |
Partition.withLastAnalyzedTime(Date lastAnalyzedTime)
The last time at which column statistics were computed for this partition.
|
Partition |
Partition.withParameters(Map<String,String> parameters)
These key-value pairs define partition parameters.
|
Partition |
Partition.withStorageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
Partition |
Partition.withTableName(String tableName)
The name of the database table in which to create the partition.
|
Partition |
Partition.withValues(Collection<String> values)
The values of the partition.
|
Partition |
Partition.withValues(String... values)
The values of the partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
GetPartitionsResult.getPartitions()
A list of requested partitions.
|
List<Partition> |
BatchGetPartitionResult.getPartitions()
A list of the requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUnfilteredPartitionMetadataResult.setPartition(Partition partition)
A Partition object containing the partition metadata.
|
void |
GetPartitionResult.setPartition(Partition partition)
The requested information, in the form of a
Partition object. |
void |
UnfilteredPartition.setPartition(Partition partition)
The partition object.
|
GetUnfilteredPartitionMetadataResult |
GetUnfilteredPartitionMetadataResult.withPartition(Partition partition)
A Partition object containing the partition metadata.
|
GetPartitionResult |
GetPartitionResult.withPartition(Partition partition)
The requested information, in the form of a
Partition object. |
UnfilteredPartition |
UnfilteredPartition.withPartition(Partition partition)
The partition object.
|
GetPartitionsResult |
GetPartitionsResult.withPartitions(Partition... partitions)
A list of requested partitions.
|
BatchGetPartitionResult |
BatchGetPartitionResult.withPartitions(Partition... partitions)
A list of the requested partitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPartitionsResult.setPartitions(Collection<Partition> partitions)
A list of requested partitions.
|
void |
BatchGetPartitionResult.setPartitions(Collection<Partition> partitions)
A list of the requested partitions.
|
GetPartitionsResult |
GetPartitionsResult.withPartitions(Collection<Partition> partitions)
A list of requested partitions.
|
BatchGetPartitionResult |
BatchGetPartitionResult.withPartitions(Collection<Partition> partitions)
A list of the requested partitions.
|
Copyright © 2023. All rights reserved.