ReplicaUpdate

Represents one of the following:

  • A new replica to be added to an existing global table.

  • New parameters for an existing replica.

  • An existing replica to be removed from an existing global table.

Types

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

Properties

Link copied to clipboard

The parameters required for creating a replica on an existing global table.

Link copied to clipboard

The name of the existing replica to be removed.

Functions

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