TableOptimizer

Contains details about an optimizer associated with a table.

Types

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

Properties

Link copied to clipboard

A TableOptimizerConfiguration object that was specified when creating or updating a table optimizer.

Link copied to clipboard

A TableOptimizerRun object representing the last run of the table optimizer.

Link copied to clipboard

The type of table optimizer. Currently, the only valid value is compaction.

Functions

Link copied to clipboard
inline fun copy(block: TableOptimizer.Builder.() -> Unit = {}): TableOptimizer
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