| Package | Description |
|---|---|
| tech.ydb.core.impl | |
| tech.ydb.core.impl.pool |
| Modifier and Type | Method and Description |
|---|---|
protected abstract GrpcChannel |
BaseGrpcTransport.getChannel(GrpcRequestSettings settings) |
protected GrpcChannel |
YdbTransportImpl.getChannel(GrpcRequestSettings settings) |
protected GrpcChannel |
MultiChannelTransport.getChannel(GrpcRequestSettings settings)
Deprecated.
|
protected GrpcChannel |
SingleChannelTransport.getChannel(GrpcRequestSettings settings) |
protected GrpcChannel |
FixedCallOptionsTransport.getChannel(GrpcRequestSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseGrpcTransport.updateChannelStatus(GrpcChannel channel,
io.grpc.Status status) |
protected void |
YdbTransportImpl.updateChannelStatus(GrpcChannel channel,
io.grpc.Status status) |
protected void |
MultiChannelTransport.updateChannelStatus(GrpcChannel channel,
io.grpc.Status status)
Deprecated.
|
protected void |
SingleChannelTransport.updateChannelStatus(GrpcChannel channel,
io.grpc.Status status) |
protected void |
FixedCallOptionsTransport.updateChannelStatus(GrpcChannel channel,
io.grpc.Status status) |
| Modifier and Type | Method and Description |
|---|---|
GrpcChannel |
GrpcChannelPool.getChannel(EndpointRecord endpoint) |
Copyright © 2024. All rights reserved.