| 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 |
|---|---|
static ManagedChannelFactory |
ManagedChannelFactory.fromBuilder(GrpcTransportBuilder builder) |
| Constructor and Description |
|---|
GrpcChannel(EndpointRecord endpoint,
ManagedChannelFactory factory,
boolean tryToConnect) |
GrpcChannelPool(ManagedChannelFactory channelFactory,
ScheduledExecutorService executor) |
Copyright © 2023. All rights reserved.