createKeyedReplica
Creates a KeyedPhysicalReplica. Note: once created a keyed replica will exist as long as a client exists.
Parameters
a human readable keyed replica name. Can be used for debugging (for example it is used by Replica Devtools). Shouldn't be unique.
names for child replicas.
configures keyed replica behaviour. See: KeyedReplicaSettings.
ReplicaSettings for child replicas.
set of ReplicaTags. Can be used to perform bulk operations on a subset of keyed replicas. See: cancelByTags, clearByTags, invalidateByTags.
tags for child replicas.
allow to add custom behaviours to a keyed replica. See: KeyedReplicaBehaviour.
custom behaviours for child replicas.
makes keyed replica data persistent. See: KeyedStorage.
configures how to loads data from a network. See: KeyedFetcher.