| Package | Description |
|---|---|
| tech.ydb.core.impl | |
| tech.ydb.core.impl.auth | |
| tech.ydb.core.impl.pool |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
YdbDiscovery.Handler.handleEndpoints(List<EndpointRecord> endpoints,
String selfLocation) |
| Constructor and Description |
|---|
FixedCallOptionsTransport(ScheduledExecutorService scheduler,
AuthCallOptions callOptions,
String database,
EndpointRecord endpoint,
ManagedChannelFactory channelFactory) |
| Constructor and Description |
|---|
AuthCallOptions(ScheduledExecutorService scheduler,
List<EndpointRecord> endpoints,
ManagedChannelFactory channelFactory,
GrpcTransportBuilder builder) |
GrpcAuthRpc(List<EndpointRecord> endpoints,
ScheduledExecutorService scheduler,
String database,
ManagedChannelFactory channelFactory) |
| Modifier and Type | Method and Description |
|---|---|
EndpointRecord |
GrpcChannel.getEndpoint() |
EndpointRecord |
EndpointPool.getEndpoint(Integer preferredNodeID) |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointRecord> |
EndpointPool.setNewState(String selfLocation,
List<EndpointRecord> endpoints) |
| Modifier and Type | Method and Description |
|---|---|
GrpcChannel |
GrpcChannelPool.getChannel(EndpointRecord endpoint) |
void |
EndpointPool.pessimizeEndpoint(EndpointRecord endpoint) |
| Modifier and Type | Method and Description |
|---|---|
static PriorityPicker |
PriorityPicker.from(BalancingSettings settings,
String selfLocation,
List<EndpointRecord> endpoints) |
CompletableFuture<Boolean> |
GrpcChannelPool.removeChannels(Collection<EndpointRecord> endpointsToRemove) |
List<EndpointRecord> |
EndpointPool.setNewState(String selfLocation,
List<EndpointRecord> endpoints) |
| Constructor and Description |
|---|
GrpcChannel(EndpointRecord endpoint,
ManagedChannelFactory factory) |
Copyright © 2024. All rights reserved.