MoveShard

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

Move a shard to another peer, removing it from the source.

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