BuilderWithTimestampGenerator Method |
This feature is only available with protocol version 3 or above of the native protocol. With earlier versions, timestamps are always generated server-side, and setting a generator through this method will have no effect.
If no generator is set through this method, the driver will default to client-side timestamps by using AtomicMonotonicTimestampGenerator.
Namespace: Dse
public Builder WithTimestampGenerator( ITimestampGenerator generator )