| Package | Description |
|---|---|
| tech.ydb.core.impl | |
| tech.ydb.core.impl.auth | |
| tech.ydb.core.impl.discovery | |
| tech.ydb.core.impl.pool |
| Constructor and Description |
|---|
FixedCallOptionsTransport(ScheduledExecutorService scheduler,
AuthCallOptions callOptions,
String database,
EndpointRecord endpoint,
ManagedChannelFactory channelFactory) |
| Constructor and Description |
|---|
AuthCallOptions(ScheduledExecutorService scheduler,
String database,
List<EndpointRecord> endpoints,
ManagedChannelFactory channelFactory,
GrpcTransportBuilder transportBuilder) |
GrpcAuthRpc(List<EndpointRecord> endpoints,
ScheduledExecutorService scheduler,
String database,
ManagedChannelFactory channelFactory) |
| Constructor and Description |
|---|
GrpcDiscoveryRpc(BaseGrpcTransport parent,
EndpointRecord endpoint,
ManagedChannelFactory channelFactory,
AuthCallOptions callOptions,
Duration discoveryTimeout) |
| Modifier and Type | Method and Description |
|---|---|
EndpointRecord |
GrpcChannel.getEndpoint() |
EndpointRecord |
EndpointPool.getEndpoint(Integer preferredNodeID) |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointRecord> |
EndpointPool.setNewState(tech.ydb.proto.discovery.DiscoveryProtos.ListEndpointsResult result) |
| Modifier and Type | Method and Description |
|---|---|
GrpcChannel |
GrpcChannelPool.getChannel(EndpointRecord endpoint) |
void |
EndpointPool.pessimizeEndpoint(EndpointRecord endpoint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GrpcChannelPool.removeChannels(Collection<EndpointRecord> endpointsToRemove) |
| Constructor and Description |
|---|
EndpointPool(EndpointRecord discoveryEndpoint,
BalancingSettings balancingSettings) |
GrpcChannel(EndpointRecord endpoint,
ManagedChannelFactory factory,
boolean tryToConnect) |
Copyright © 2023. All rights reserved.