Example usage for Java com.mongodb.client ClientSession fields, constructors, methods, implement or subclass
The text is from its open source code.
void | advanceClusterTime(BsonDocument clusterTime) |
void | advanceOperationTime(BsonTimestamp operationTime) Set the operation time of the last operation executed in this session. |
BsonDocument | getClusterTime() |
BsonTimestamp | getOperationTime() Gets the operation time of the last operation executed in this session. |
ServerSession | getServerSession() |