Class SimpleServerSessionPool
- java.lang.Object
-
- com.mongodb.internal.session.ServerSessionPool
-
- org.restheart.mongodb.db.sessions.SimpleServerSessionPool
-
public class SimpleServerSessionPool extends com.mongodb.internal.session.ServerSessionPool- Author:
- Andrea Di Cesare
-
-
Constructor Summary
Constructors Constructor Description SimpleServerSessionPool(com.mongodb.connection.Cluster cluster, UUID sid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mongodb.session.ServerSessionget()
-
-
-
Constructor Detail
-
SimpleServerSessionPool
public SimpleServerSessionPool(com.mongodb.connection.Cluster cluster, UUID sid)- Parameters:
cluster-sid-
-
-