Class AddShardReplica


  • public class AddShardReplica
    extends Object
    A message sent to the ShardManager to dynamically add a new local shard that is a replica for an existing shard that is already available in the cluster.
    • Constructor Detail

      • AddShardReplica

        public AddShardReplica​(@NonNull String shardName)
        Constructor.
        Parameters:
        shardName - name of the shard that is to be locally replicated.