Interface SessionManager
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
YdbSessionManager
-
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:
closein interfaceAutoCloseable
-
healthCheck
default boolean healthCheck()
-