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 <andrea@softinstigate.com>
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleServerSessionPool(com.mongodb.internal.connection.Cluster cluster, UUID sid) -
Method Summary
Methods inherited from class com.mongodb.internal.session.ServerSessionPool
close, getInUseCount, release
-
Constructor Details
-
SimpleServerSessionPool
- Parameters:
cluster-sid-
-
-
Method Details
-
get
public com.mongodb.session.ServerSession get()- Overrides:
getin classcom.mongodb.internal.session.ServerSessionPool- Returns:
-