| Package | Description |
|---|---|
| tech.ydb.query | |
| tech.ydb.query.impl | |
| tech.ydb.query.tools |
| Modifier and Type | Method and Description |
|---|---|
QuerySession |
QueryTransaction.getSession()
Returns
QuerySession that was used for creating the transaction |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<QuerySession>> |
QueryClient.createSession(Duration duration)
Return a future with
QuerySession for further work. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<QuerySession>> |
QueryClientImpl.createSession(Duration timeout) |
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<Result<T>> |
SessionRetryContext.supplyResult(Function<QuerySession,CompletableFuture<Result<T>>> fn) |
CompletableFuture<Status> |
SessionRetryContext.supplyStatus(Function<QuerySession,CompletableFuture<Status>> fn) |
Copyright © 2024. All rights reserved.