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 TypeMethodDescriptionvoidclose()Deprecated.get()Deprecated.intDeprecated.voidrelease(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.
-