| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.impl | |
| tech.ydb.table.impl.pool |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<Session>> |
SessionSupplier.createSession(Duration duration)
Create new session asynchronous
|
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<Result<T>> |
SessionRetryContext.supplyResult(Function<Session,CompletableFuture<Result<T>>> fn) |
CompletableFuture<Status> |
SessionRetryContext.supplyStatus(Function<Session,CompletableFuture<Status>> fn) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSession |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<Session>> |
PooledTableClient.createSession(Duration timeout) |
CompletableFuture<Result<Session>> |
SimpleTableClient.createSession(Duration duration) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<Session>> |
SessionPool.acquire(Duration timeout) |
Copyright © 2023. All rights reserved.