Class ServerSessionPool

java.lang.Object
com.mongodb.internal.session.ServerSessionPool

@Deprecated(since="2021-05-27") public class ServerSessionPool extends Object
Deprecated.
  • Constructor Details

    • ServerSessionPool

      public ServerSessionPool(Cluster cluster)
      Deprecated.
    • ServerSessionPool

      public ServerSessionPool(Cluster cluster, com.mongodb.internal.session.ServerSessionPool.Clock clock)
      Deprecated.
  • Method Details

    • get

      public ServerSession get()
      Deprecated.
    • release

      public void release(ServerSession serverSession)
      Deprecated.
    • close

      public void close()
      Deprecated.
    • getInUseCount

      public int getInUseCount()
      Deprecated.