Package io.deephaven.api.updateby
Interface UpdateByControl.Builder
- Enclosing class:
- UpdateByControl
public static interface UpdateByControl.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()chunkCapacity(int chunkCapacity) initialHashTableSize(int initialHashTableSize) mathContext(MathContext mathContext) maximumLoadFactor(double maximumLoadFactor) maxStaticSparseMemoryOverhead(double maxStaticSparseMemoryOverhead) targetLoadFactor(double targetLoadFactor) useRedirection(Boolean useRedirection)
-
Method Details
-
useRedirection
-
chunkCapacity
-
maxStaticSparseMemoryOverhead
-
initialHashTableSize
-
maximumLoadFactor
-
targetLoadFactor
-
mathContext
-
build
UpdateByControl build()
-