Module Values.RebalanceSlotsInGlobalReplicationGroupMessageSource

Redistribute slots to ensure uniform distribution across existing shards in the cluster.

Sourcetype nonrec t = {
  1. globalReplicationGroupId : String_.t;
    (*

    The name of the Global datastore

    *)
  2. applyImmediately : Boolean.t;
    (*

    If True, redistribution is applied immediately.

    *)
}
Sourceval context_ : string
Sourceval make : globalReplicationGroupId:String_.t -> applyImmediately:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t