SnapshotDetails

Provides details about a snapshot of application state.

Types

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

Properties

Link copied to clipboard

The current application version ID when the snapshot was created.

Link copied to clipboard

The Flink Runtime for the application snapshot.

Link copied to clipboard

The timestamp of the application snapshot.

Link copied to clipboard

The identifier for the application snapshot.

Link copied to clipboard

The status of the application snapshot.

Functions

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