| 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(BaseGrpcTransport parent,
List<EndpointRecord> endpoints,
ManagedChannelFactory channelFactory,
tech.ydb.auth.AuthRpcProvider<? super GrpcAuthRpc> authProvider,
long readTimeoutMillis,
Executor callExecutor,
GrpcCompression compression) |
GrpcAuthRpc(List<EndpointRecord> endpoints,
BaseGrpcTransport parent,
ManagedChannelFactory channelFactory) |
| Constructor and Description |
|---|
GrpcDiscoveryRpc(BaseGrpcTransport parent,
EndpointRecord endpoint,
ManagedChannelFactory channelFactory,
AuthCallOptions callOptions) |
| 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 |
|---|
GrpcChannel(EndpointRecord endpoint,
ManagedChannelFactory factory,
boolean tryToConnect) |
Copyright © 2023. All rights reserved.