RunMetrics

Metrics for the optimizer run.

This structure is deprecated. See the individual metric members for compaction, retention, and orphan file deletion.

Types

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

Properties

Link copied to clipboard

The duration of the job in hours.

Link copied to clipboard

The number of bytes removed by the compaction job run.

Link copied to clipboard

The number of DPUs consumed by the job, rounded up to the nearest whole number.

Link copied to clipboard

The number of files removed by the compaction job run.

Functions

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