Package com.mongodb.internal.session
Class ServerSessionPool
java.lang.Object
com.mongodb.internal.session.ServerSessionPool
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionServerSessionPool
(Cluster cluster) Deprecated.ServerSessionPool
(Cluster cluster, com.mongodb.internal.session.ServerSessionPool.Clock clock) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.get()
Deprecated.int
Deprecated.void
release
(ServerSession serverSession) Deprecated.
-
Constructor Details
-
ServerSessionPool
Deprecated. -
ServerSessionPool
public ServerSessionPool(Cluster cluster, com.mongodb.internal.session.ServerSessionPool.Clock clock) Deprecated.
-
-
Method Details
-
get
Deprecated. -
release
Deprecated. -
close
public void close()Deprecated. -
getInUseCount
public int getInUseCount()Deprecated.
-