static MoveDistributedDatabaseReplicationUnitDetails.Builder |
MoveDistributedDatabaseReplicationUnitDetails.builder() |
Create a new builder.
|
MoveDistributedDatabaseReplicationUnitDetails.Builder |
MoveDistributedDatabaseReplicationUnitDetails.Builder.copy(MoveDistributedDatabaseReplicationUnitDetails model) |
|
MoveDistributedDatabaseReplicationUnitDetails.Builder |
MoveDistributedDatabaseReplicationUnitDetails.Builder.destinationShardName(String destinationShardName) |
The name of the destination shard to which the chunks moved out from source shard should
be relocate to.
|
MoveDistributedDatabaseReplicationUnitDetails.Builder |
MoveDistributedDatabaseReplicationUnitDetails.Builder.replicationUnits(List<Integer> replicationUnits) |
For RAFT databases please provide replication unit numbers to be moved from source shard
to destination shard.
|
MoveDistributedDatabaseReplicationUnitDetails.Builder |
MoveDistributedDatabaseReplicationUnitDetails.Builder.sourceShardName(String sourceShardName) |
The name of the source shard from which to move the chunks out to other shards.
|
MoveDistributedDatabaseReplicationUnitDetails.Builder |
MoveDistributedDatabaseReplicationUnitDetails.toBuilder() |
|