Package com.mongodb.internal.connection
Class ClusterClock
- java.lang.Object
-
- com.mongodb.internal.connection.ClusterClock
-
@Deprecated(since="2021-05-27") public class ClusterClock extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ClusterClock()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
advance(BsonDocument other)
Deprecated.BsonTimestamp
getClusterTime()
Deprecated.BsonDocument
getCurrent()
Deprecated.BsonDocument
greaterOf(BsonDocument other)
Deprecated.
-
-
-
Method Detail
-
getCurrent
public BsonDocument getCurrent()
Deprecated.
-
getClusterTime
public BsonTimestamp getClusterTime()
Deprecated.
-
advance
public void advance(BsonDocument other)
Deprecated.
-
greaterOf
public BsonDocument greaterOf(BsonDocument other)
Deprecated.
-
-