Uses of Interface
io.trino.util.LongLong2LongOpenCustomBigHashMap.HashStrategy
Packages that use LongLong2LongOpenCustomBigHashMap.HashStrategy
-
Uses of LongLong2LongOpenCustomBigHashMap.HashStrategy in io.trino.util
Fields in io.trino.util declared as LongLong2LongOpenCustomBigHashMap.HashStrategyModifier and TypeFieldDescriptionprotected final LongLong2LongOpenCustomBigHashMap.HashStrategyLongLong2LongOpenCustomBigHashMap.strategyThe hash strategy of this custom map.Methods in io.trino.util that return LongLong2LongOpenCustomBigHashMap.HashStrategyModifier and TypeMethodDescriptionLongLong2LongOpenCustomBigHashMap.strategy()Returns the hashing strategy.Constructors in io.trino.util with parameters of type LongLong2LongOpenCustomBigHashMap.HashStrategyModifierConstructorDescriptionLongLong2LongOpenCustomBigHashMap(long expected, float f, LongLong2LongOpenCustomBigHashMap.HashStrategy strategy) Creates a new hash map and zero based null keys.LongLong2LongOpenCustomBigHashMap(long expected, float f, LongLong2LongOpenCustomBigHashMap.HashStrategy strategy, long nullKey1, long nullKey2) Creates a new hash map.LongLong2LongOpenCustomBigHashMap(long expected, LongLong2LongOpenCustomBigHashMap.HashStrategy strategy) Creates a new hash map withHash.DEFAULT_LOAD_FACTORas load factor and zero based null keys.LongLong2LongOpenCustomBigHashMap(long expected, LongLong2LongOpenCustomBigHashMap.HashStrategy strategy, long nullKey1, long nullKey2) Creates a new hash map withHash.DEFAULT_LOAD_FACTORas load factor.Creates a new hash map with initial expectedBigArrays.SEGMENT_SIZEentries,Hash.DEFAULT_LOAD_FACTORas load factor, and zero based null keys.LongLong2LongOpenCustomBigHashMap(LongLong2LongOpenCustomBigHashMap.HashStrategy strategy, long nullKey1, long nullKey2) Creates a new hash map with initial expectedBigArrays.SEGMENT_SIZEentries andHash.DEFAULT_LOAD_FACTORas load factor.