NodeSnapshot

Represents an individual cache node in a snapshot of a cluster.

Types

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

Properties

Link copied to clipboard

A unique identifier for the source cluster.

Link copied to clipboard

The date and time when the cache node was created in the source cluster.

Link copied to clipboard

The cache node identifier for the node in the source cluster.

Link copied to clipboard

The size of the cache on the source cache node.

Link copied to clipboard

The configuration for the source node group (shard).

Link copied to clipboard

A unique identifier for the source node group (shard).

Link copied to clipboard

The date and time when the source node's metadata and cache data set was obtained for the snapshot.

Functions

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