This topic has not yet been rated - Rate this topic

ReplicaKeyMap Class

Represents a mapping between replica keys and replica IDs.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class ReplicaKeyMap : ISerializable
/** @attribute SerializableAttribute() */ 
public class ReplicaKeyMap implements ISerializable
SerializableAttribute 
public class ReplicaKeyMap implements ISerializable

Replica IDs repeatedly occur in the metadata for a replica and are suggested to be 16-byte GUIDs. Because of this, it is more efficient to represent replica IDs by using a map between replica IDs to 4-byte replica keys. Replica keys are then used where references to particular replicas are required.

System.Object
  Microsoft.Synchronization.ReplicaKeyMap
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)