IClockVectorElement Interface

Represents a clock vector element of a knowledge structure.


interface IClockVectorElement : IUnknown

IClockVectorElement methods

Description

IClockVectorElement::GetReplicaKey

Gets the replica key for the replica that is associated with this clock vector element.

IClockVectorElement::GetTickCount

Gets the tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element.

The clock vector elements of a clock vector represent the changes that are contained in a knowledge structure. A change that is made by a particular replica is defined to be contained in the knowledge when the tick count for the change occurs between 0 and the tick count contained in the IClockVectorElement that tracks that replica.

Header: Synchronization.h

Show: