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.ObjectDeprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description ClusterClock()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadvance(BsonDocument other)Deprecated.BsonTimestampgetClusterTime()Deprecated.BsonDocumentgetCurrent()Deprecated.BsonDocumentgreaterOf(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. 
 - 
 
 -