| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TableOptimizerRun |
TableOptimizerRun.clone() |
TableOptimizerRun |
TableOptimizer.getLastRun()
A
TableOptimizerRun object representing the last run of the table optimizer. |
TableOptimizerRun |
TableOptimizerRun.withEndTimestamp(Date endTimestamp)
Represents the epoch timestamp at which the compaction job ended.
|
TableOptimizerRun |
TableOptimizerRun.withError(String error)
An error that occured during the optimizer run.
|
TableOptimizerRun |
TableOptimizerRun.withEventType(String eventType)
An event type representing the status of the table optimizer run.
|
TableOptimizerRun |
TableOptimizerRun.withEventType(TableOptimizerEventType eventType)
An event type representing the status of the table optimizer run.
|
TableOptimizerRun |
TableOptimizerRun.withMetrics(RunMetrics metrics)
A
RunMetrics object containing metrics for the optimizer run. |
TableOptimizerRun |
TableOptimizerRun.withStartTimestamp(Date startTimestamp)
Represents the epoch timestamp at which the compaction job was started within Lake Formation.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableOptimizerRun> |
ListTableOptimizerRunsResult.getTableOptimizerRuns()
A list of the optimizer runs associated with a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableOptimizer.setLastRun(TableOptimizerRun lastRun)
A
TableOptimizerRun object representing the last run of the table optimizer. |
TableOptimizer |
TableOptimizer.withLastRun(TableOptimizerRun lastRun)
A
TableOptimizerRun object representing the last run of the table optimizer. |
ListTableOptimizerRunsResult |
ListTableOptimizerRunsResult.withTableOptimizerRuns(TableOptimizerRun... tableOptimizerRuns)
A list of the optimizer runs associated with a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableOptimizerRunsResult.setTableOptimizerRuns(Collection<TableOptimizerRun> tableOptimizerRuns)
A list of the optimizer runs associated with a table.
|
ListTableOptimizerRunsResult |
ListTableOptimizerRunsResult.withTableOptimizerRuns(Collection<TableOptimizerRun> tableOptimizerRuns)
A list of the optimizer runs associated with a table.
|
Copyright © 2025. All rights reserved.