| Package | Description |
|---|---|
| tech.ydb.core.grpc | |
| tech.ydb.core.impl.auth |
| Modifier and Type | Method and Description |
|---|---|
GrpcCompression |
GrpcTransportBuilder.getGrpcCompression() |
static GrpcCompression |
GrpcCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcCompression[] |
GrpcCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GrpcTransportBuilder |
GrpcTransportBuilder.withGrpcCompression(GrpcCompression compression)
Sets the compression to use for the calls.
|
| Constructor and Description |
|---|
AuthCallOptions(BaseGrpcTransport parent,
List<EndpointRecord> endpoints,
ManagedChannelFactory channelFactory,
tech.ydb.auth.AuthRpcProvider<? super GrpcAuthRpc> authProvider,
long readTimeoutMillis,
Executor callExecutor,
GrpcCompression compression) |
Copyright © 2023. All rights reserved.