| Package | Description |
|---|---|
| tech.ydb.core.operation |
| Modifier and Type | Method and Description |
|---|---|
<R> Operation<R> |
Operation.transform(Function<T,R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
static <R> Function<Result<R>,Operation<Status>> |
OperationBinder.bindAsync(GrpcTransport transport,
Function<R,tech.ydb.proto.OperationProtos.Operation> method) |
static <R,M extends com.google.protobuf.Message> |
OperationBinder.bindAsync(GrpcTransport transport,
Function<R,tech.ydb.proto.OperationProtos.Operation> method,
Class<M> resultClass) |
| Modifier and Type | Method and Description |
|---|---|
static <T> CompletableFuture<T> |
OperationTray.fetchOperation(Operation<T> operation,
int rateSeconds) |
Copyright © 2024. All rights reserved.