Uses of Class
com.yandex.ydb.table.SessionStatus
-
Packages that use SessionStatus Package Description com.yandex.ydb.table com.yandex.ydb.table.impl.pool -
-
Uses of SessionStatus in com.yandex.ydb.table
Methods in com.yandex.ydb.table that return SessionStatus Modifier and Type Method Description static SessionStatusSessionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionStatus[]SessionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yandex.ydb.table that return types with arguments of type SessionStatus Modifier and Type Method Description default CompletableFuture<Result<SessionStatus>>Session. keepAlive()CompletableFuture<Result<SessionStatus>>Session. keepAlive(KeepAliveSessionSettings settings) -
Uses of SessionStatus in com.yandex.ydb.table.impl.pool
Methods in com.yandex.ydb.table.impl.pool that return types with arguments of type SessionStatus Modifier and Type Method Description CompletableFuture<Result<SessionStatus>>PooledObjectHandler. keepAlive(T object)
-