Interface UpdateByRequest.UpdateByOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateByRequest.UpdateByOptions,UpdateByRequest.UpdateByOptions.Builder
- Enclosing class:
- UpdateByRequest
public static interface UpdateByRequest.UpdateByOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintThe maximum chunk capacity.intThe initial hash table size.The math context.The math context.doubleThe maximum load factor for the hash table.doubleThe maximum fractional memory overhead allowable for sparse redirections as a fraction (e.g.doubleThe target load factor for the hash table.booleanIf redirections should be used for output sources instead of sparse array sources.booleanThe maximum chunk capacity.booleanThe initial hash table size.booleanThe math context.booleanThe maximum load factor for the hash table.booleanThe maximum fractional memory overhead allowable for sparse redirections as a fraction (e.g.booleanThe target load factor for the hash table.booleanIf redirections should be used for output sources instead of sparse array sources.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUseRedirection
boolean hasUseRedirection()If redirections should be used for output sources instead of sparse array sources. If unset, defaults to server-provided defaults.
optional bool use_redirection = 1;- Returns:
- Whether the useRedirection field is set.
-
getUseRedirection
boolean getUseRedirection()If redirections should be used for output sources instead of sparse array sources. If unset, defaults to server-provided defaults.
optional bool use_redirection = 1;- Returns:
- The useRedirection.
-
hasChunkCapacity
boolean hasChunkCapacity()The maximum chunk capacity. If unset, defaults to server-provided defaults.
optional int32 chunk_capacity = 2;- Returns:
- Whether the chunkCapacity field is set.
-
getChunkCapacity
int getChunkCapacity()The maximum chunk capacity. If unset, defaults to server-provided defaults.
optional int32 chunk_capacity = 2;- Returns:
- The chunkCapacity.
-
hasMaxStaticSparseMemoryOverhead
boolean hasMaxStaticSparseMemoryOverhead()The maximum fractional memory overhead allowable for sparse redirections as a fraction (e.g. 1.1 is 10% overhead). Values less than zero disable overhead checking, and result in always using the sparse structure. A value of zero results in never using the sparse structure. If unset, defaults to server-provided defaults.
optional double max_static_sparse_memory_overhead = 3;- Returns:
- Whether the maxStaticSparseMemoryOverhead field is set.
-
getMaxStaticSparseMemoryOverhead
double getMaxStaticSparseMemoryOverhead()The maximum fractional memory overhead allowable for sparse redirections as a fraction (e.g. 1.1 is 10% overhead). Values less than zero disable overhead checking, and result in always using the sparse structure. A value of zero results in never using the sparse structure. If unset, defaults to server-provided defaults.
optional double max_static_sparse_memory_overhead = 3;- Returns:
- The maxStaticSparseMemoryOverhead.
-
hasInitialHashTableSize
boolean hasInitialHashTableSize()The initial hash table size. If unset, defaults to server-provided defaults.
optional int32 initial_hash_table_size = 4;- Returns:
- Whether the initialHashTableSize field is set.
-
getInitialHashTableSize
int getInitialHashTableSize()The initial hash table size. If unset, defaults to server-provided defaults.
optional int32 initial_hash_table_size = 4;- Returns:
- The initialHashTableSize.
-
hasMaximumLoadFactor
boolean hasMaximumLoadFactor()The maximum load factor for the hash table. If unset, defaults to server-provided defaults.
optional double maximum_load_factor = 5;- Returns:
- Whether the maximumLoadFactor field is set.
-
getMaximumLoadFactor
double getMaximumLoadFactor()The maximum load factor for the hash table. If unset, defaults to server-provided defaults.
optional double maximum_load_factor = 5;- Returns:
- The maximumLoadFactor.
-
hasTargetLoadFactor
boolean hasTargetLoadFactor()The target load factor for the hash table. If unset, defaults to server-provided defaults.
optional double target_load_factor = 6;- Returns:
- Whether the targetLoadFactor field is set.
-
getTargetLoadFactor
double getTargetLoadFactor()The target load factor for the hash table. If unset, defaults to server-provided defaults.
optional double target_load_factor = 6;- Returns:
- The targetLoadFactor.
-
hasMathContext
boolean hasMathContext()The math context.
.io.deephaven.proto.backplane.grpc.MathContext math_context = 7;- Returns:
- Whether the mathContext field is set.
-
getMathContext
MathContext getMathContext()The math context.
.io.deephaven.proto.backplane.grpc.MathContext math_context = 7;- Returns:
- The mathContext.
-
getMathContextOrBuilder
MathContextOrBuilder getMathContextOrBuilder()The math context.
.io.deephaven.proto.backplane.grpc.MathContext math_context = 7;
-