ReplicateShard

data class ReplicateShard(val shardId: Int, val fromPeerId: Long, val toPeerId: Long) : ClusterOperation

Copy a shard to another peer, keeping the source: this is how a replica is added.

Constructors

Link copied to clipboard
constructor(shardId: Int, fromPeerId: Long, toPeerId: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard