Uses of Class
org.apache.pinot.spi.config.table.HashFunction
-
Packages that use HashFunction Package Description org.apache.pinot.spi.config.table -
-
Uses of HashFunction in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return HashFunction Modifier and Type Method Description HashFunctionDedupConfig. getHashFunction()HashFunctionUpsertConfig. getHashFunction()static HashFunctionHashFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static HashFunction[]HashFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.config.table with parameters of type HashFunction Modifier and Type Method Description voidUpsertConfig. setHashFunction(HashFunction hashFunction)Constructors in org.apache.pinot.spi.config.table with parameters of type HashFunction Constructor Description DedupConfig(boolean dedupEnabled, HashFunction hashFunction)UpsertConfig(UpsertConfig.Mode mode, Map<String,UpsertConfig.Strategy> partialUpsertStrategies, UpsertConfig.Strategy defaultPartialUpsertStrategy, String comparisonColumn, HashFunction hashFunction)Deprecated.
-