Click or drag to resize

AtomicMonotonicWinApiTimestampGenerator Class

A timestamp generator that guarantees monotonically increasing timestamps among all client threads and logs warnings when timestamps drift in the future, using Win API high precision GetSystemTimePreciseAsFileTime() method call available in Windows 8+ and Windows Server 2012+.
Inheritance Hierarchy
SystemObject
  CassandraAtomicMonotonicTimestampGenerator
    CassandraAtomicMonotonicWinApiTimestampGenerator

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class AtomicMonotonicWinApiTimestampGenerator : AtomicMonotonicTimestampGenerator

The AtomicMonotonicWinApiTimestampGenerator type exposes the following members.

Constructors
See Also