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

    Constructors
    Constructor
    Description
    SimpleServerSessionPool(com.mongodb.internal.connection.Cluster cluster, UUID sid)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mongodb.session.ServerSession
    get()
     

    Methods inherited from class com.mongodb.internal.session.ServerSessionPool

    close, getInUseCount, release

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleServerSessionPool

      public SimpleServerSessionPool(com.mongodb.internal.connection.Cluster cluster, UUID sid)
      Parameters:
      cluster -
      sid -
  • Method Details

    • get

      public com.mongodb.session.ServerSession get()
      Overrides:
      get in class com.mongodb.internal.session.ServerSessionPool
      Returns: