Class SessionsUtils
- java.lang.Object
-
- org.restheart.mongodb.db.sessions.SessionsUtils
-
public class SessionsUtils extends Object
- Author:
- Andrea Di Cesare
-
-
Constructor Summary
Constructors Constructor Description SessionsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.mongodb.connection.ClustergetCluster()static com.mongodb.client.internal.MongoClientDelegategetMongoClientDelegate()static com.mongodb.internal.session.ServerSessionPoolgetServerSessionPool()
-
-
-
Method Detail
-
getCluster
public static com.mongodb.connection.Cluster getCluster()
- Returns:
-
getServerSessionPool
public static com.mongodb.internal.session.ServerSessionPool getServerSessionPool()
- Returns:
-
getMongoClientDelegate
public static com.mongodb.client.internal.MongoClientDelegate getMongoClientDelegate()
- Returns:
-
-