| 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 |
|---|---|
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.