Class DedupConfig
- java.lang.Object
-
- org.apache.pinot.spi.config.BaseJsonConfig
-
- org.apache.pinot.spi.config.table.DedupConfig
-
- All Implemented Interfaces:
Serializable
public class DedupConfig extends BaseJsonConfig
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DedupConfig(boolean dedupEnabled, HashFunction hashFunction)
-
Method Summary
Modifier and Type Method Description HashFunctiongetHashFunction()booleanisDedupEnabled()-
Methods inherited from class org.apache.pinot.spi.config.BaseJsonConfig
equals, hashCode, toJsonNode, toJsonString, toString
-
-
-
-
Constructor Detail
-
DedupConfig
public DedupConfig(boolean dedupEnabled, HashFunction hashFunction)
-
-
Method Detail
-
getHashFunction
public HashFunction getHashFunction()
-
isDedupEnabled
public boolean isDedupEnabled()
-
-