Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicMonotonicTimestampGenerator
A timestamp generator that guarantees monotonically increasing timestamps among all client threads, and logs warnings
when timestamps drift in the future.
|
class |
ThreadLocalMonotonicTimestampGenerator
A timestamp generator that guarantees monotonically increasing timestamps on a per-thread basis, and logs warnings
when timestamps drift in the future.
|
Copyright © 2012–2017. All rights reserved.