Uses of Interface
io.trino.util.LongLong2LongOpenCustomBigHashMap.HashStrategy
-
Packages that use LongLong2LongOpenCustomBigHashMap.HashStrategy Package Description io.trino.util -
-
Uses of LongLong2LongOpenCustomBigHashMap.HashStrategy in io.trino.util
Fields in io.trino.util declared as LongLong2LongOpenCustomBigHashMap.HashStrategy Modifier and Type Field Description protected LongLong2LongOpenCustomBigHashMap.HashStrategyLongLong2LongOpenCustomBigHashMap. strategyThe hash strategy of this custom map.Methods in io.trino.util that return LongLong2LongOpenCustomBigHashMap.HashStrategy Modifier and Type Method Description LongLong2LongOpenCustomBigHashMap.HashStrategyLongLong2LongOpenCustomBigHashMap. strategy()Returns the hashing strategy.Constructors in io.trino.util with parameters of type LongLong2LongOpenCustomBigHashMap.HashStrategy Constructor Description LongLong2LongOpenCustomBigHashMap(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.LongLong2LongOpenCustomBigHashMap(LongLong2LongOpenCustomBigHashMap.HashStrategy strategy)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.
-