combine
Combines two replicas to a single replica. Data is merged only when all replicas have loaded data.
Parameters
first replica
second replica
function that merges replica data together.
Combines three replicas to a single replica. Data is merged only when all replicas have loaded data.
Parameters
first replica
second replica
third replica
function that merges replica data together.
Combines four replicas to a single replica. Data is merged only when all replicas have loaded data.
Parameters
first replica
second replica
third replica
fourth replica
function that merges replica data together.
Combines five replicas to a single replica. Data is merged only when all replicas have loaded data.
Parameters
first replica
second replica
third replica
fourth replica
fifth replica
function that merges replica data together.