Interface SessionManager

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
YdbSessionManager

public interface SessionManager extends AutoCloseable
  • Method Details

    • getSession

      tech.ydb.table.Session getSession()
    • release

      void release(tech.ydb.table.Session session)
    • warmup

      void warmup()
    • invalidateAllSessions

      void invalidateAllSessions()
    • shutdown

      void shutdown()
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable
    • healthCheck

      default boolean healthCheck()