Package com.yandex.ydb.table
Interface SessionSupplier
-
- All Known Subinterfaces:
TableClient
public interface SessionSupplier- Author:
- Sergey Polovko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Result<Session>>getOrCreateSession(Duration timeout)
-
-
-
Method Detail
-
getOrCreateSession
CompletableFuture<Result<Session>> getOrCreateSession(Duration timeout)
-
-