Uses of Interface
com.yandex.ydb.table.Session
-
Packages that use Session Package Description com.yandex.ydb.table -
-
Uses of Session in com.yandex.ydb.table
Methods in com.yandex.ydb.table that return types with arguments of type Session Modifier and Type Method Description default CompletableFuture<Result<Session>>TableClient. createSession()CompletableFuture<Result<Session>>TableClient. createSession(CreateSessionSettings settings)Create new session.CompletableFuture<Result<Session>>SessionSupplier. getOrCreateSession(Duration timeout)Method parameters in com.yandex.ydb.table with type arguments of type Session Modifier and Type Method Description <T> CompletableFuture<Result<T>>SessionRetryContext. supplyResult(Function<Session,CompletableFuture<Result<T>>> fn)CompletableFuture<Status>SessionRetryContext. supplyStatus(Function<Session,CompletableFuture<Status>> fn)
-