Interface SessionManager
- All Known Implementing Classes:
YdbSessionManager
public interface SessionManager
-
Method Details
-
getSession
com.yandex.ydb.table.Session getSession() -
release
void release(com.yandex.ydb.table.Session session) -
warmup
void warmup() -
invalidateAllSessions
void invalidateAllSessions() -
shutdown
void shutdown() -
healthCheck
default boolean healthCheck()
-