| Modifier and Type | Method and Description |
|---|---|
static Storage.ShardingStrategy |
Storage.ShardingStrategy.forNumber(int value) |
Storage.ShardingStrategy |
Storage.ReadSessionOrBuilder.getShardingStrategy()
The strategy to use for distributing data among the streams.
|
Storage.ShardingStrategy |
Storage.ReadSession.getShardingStrategy()
The strategy to use for distributing data among the streams.
|
Storage.ShardingStrategy |
Storage.ReadSession.Builder.getShardingStrategy()
The strategy to use for distributing data among the streams.
|
Storage.ShardingStrategy |
Storage.CreateReadSessionRequestOrBuilder.getShardingStrategy()
The strategy to use for distributing data among multiple streams.
|
Storage.ShardingStrategy |
Storage.CreateReadSessionRequest.getShardingStrategy()
The strategy to use for distributing data among multiple streams.
|
Storage.ShardingStrategy |
Storage.CreateReadSessionRequest.Builder.getShardingStrategy()
The strategy to use for distributing data among multiple streams.
|
static Storage.ShardingStrategy |
Storage.ShardingStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Storage.ShardingStrategy |
Storage.ShardingStrategy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Storage.ShardingStrategy |
Storage.ShardingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage.ShardingStrategy[] |
Storage.ShardingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Storage.ShardingStrategy> |
Storage.ShardingStrategy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Storage.ReadSession.Builder |
Storage.ReadSession.Builder.setShardingStrategy(Storage.ShardingStrategy value)
The strategy to use for distributing data among the streams.
|
Storage.CreateReadSessionRequest.Builder |
Storage.CreateReadSessionRequest.Builder.setShardingStrategy(Storage.ShardingStrategy value)
The strategy to use for distributing data among multiple streams.
|
Copyright © 2022 Google LLC. All rights reserved.