| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.impl | |
| tech.ydb.table.impl.pool | |
| tech.ydb.table.transaction |
| 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) |
<T> CompletableFuture<Result<T>> |
SessionRetryContext.supplyResult(SessionRetryHandler h,
Function<Session,CompletableFuture<Result<T>>> fn) |
CompletableFuture<Status> |
SessionRetryContext.supplyStatus(Function<Session,CompletableFuture<Status>> fn) |
CompletableFuture<Status> |
SessionRetryContext.supplyStatus(SessionRetryHandler h,
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) |
| Modifier and Type | Method and Description |
|---|---|
Session |
TableTransaction.getSession()
Returns
Session that was used to create this transaction |
Copyright © 2024. All rights reserved.