Shard

class Shard

Represents a collection of nodes in a cluster. One node in the node group is the read/write primary node. All the other nodes are read-only Replica nodes.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the shard

Link copied to clipboard
val nodes: List<Node>?

A list containing information about individual nodes within the shard

Link copied to clipboard

The number of nodes in the shard

Link copied to clipboard

The keyspace for this shard.

Link copied to clipboard

The current state of this replication group - creating, available, modifying, deleting.

Functions

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