Java com.mongodb.client ClientSession fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client ClientSession fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client ClientSession.

The text is from its open source code.

Implementation

com.mongodb.client.ClientSession has the following implementations.
Click this link to see all its implementation.

Method

voidadvanceClusterTime(BsonDocument clusterTime)
voidadvanceOperationTime(BsonTimestamp operationTime)
Set the operation time of the last operation executed in this session.
BsonDocumentgetClusterTime()
BsonTimestampgetOperationTime()
Gets the operation time of the last operation executed in this session.
ServerSessiongetServerSession()