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