Uses of Interface
io.prestosql.util.LongLong2LongOpenCustomBigHashMap.HashStrategy
-
Packages that use LongLong2LongOpenCustomBigHashMap.HashStrategy Package Description io.prestosql.util -
-
Uses of LongLong2LongOpenCustomBigHashMap.HashStrategy in io.prestosql.util
Fields in io.prestosql.util declared as LongLong2LongOpenCustomBigHashMap.HashStrategy Modifier and Type Field Description protected LongLong2LongOpenCustomBigHashMap.HashStrategyLongLong2LongOpenCustomBigHashMap. strategyThe hash strategy of this custom map.Methods in io.prestosql.util that return LongLong2LongOpenCustomBigHashMap.HashStrategy Modifier and Type Method Description LongLong2LongOpenCustomBigHashMap.HashStrategyLongLong2LongOpenCustomBigHashMap. strategy()Returns the hashing strategy.Constructors in io.prestosql.util with parameters of type LongLong2LongOpenCustomBigHashMap.HashStrategy Constructor Description LongLong2LongOpenCustomBigHashMap(long expected, float f, LongLong2LongOpenCustomBigHashMap.HashStrategy strategy)Creates a new hash map.LongLong2LongOpenCustomBigHashMap(long expected, LongLong2LongOpenCustomBigHashMap.HashStrategy strategy)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 andHash.DEFAULT_LOAD_FACTORas load factor.
-