TableOptimizerRun

Contains details for a table optimizer run.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A CompactionMetrics object containing metrics for the optimizer run.

Link copied to clipboard

The strategy used for the compaction run. Indicates which algorithm was applied to determine how files were selected and combined during the compaction process. Valid values are:

Link copied to clipboard

Represents the epoch timestamp at which the compaction job ended.

Link copied to clipboard

An error that occured during the optimizer run.

Link copied to clipboard

An event type representing the status of the table optimizer run.

Link copied to clipboard

A RunMetrics object containing metrics for the optimizer run.

Link copied to clipboard

An OrphanFileDeletionMetrics object containing metrics for the optimizer run.

Link copied to clipboard

A RetentionMetrics object containing metrics for the optimizer run.

Link copied to clipboard

Represents the epoch timestamp at which the compaction job was started within Lake Formation.

Functions

Link copied to clipboard
inline fun copy(block: TableOptimizerRun.Builder.() -> Unit = {}): TableOptimizerRun
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String