Uses of Class
org.apache.pinot.spi.config.table.UpsertConfig.Strategy
-
Packages that use UpsertConfig.Strategy Package Description org.apache.pinot.spi.config.table -
-
Uses of UpsertConfig.Strategy in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return UpsertConfig.Strategy Modifier and Type Method Description UpsertConfig.StrategyUpsertConfig. getDefaultPartialUpsertStrategy()static UpsertConfig.StrategyUpsertConfig.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static UpsertConfig.Strategy[]UpsertConfig.Strategy. 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 that return types with arguments of type UpsertConfig.Strategy Modifier and Type Method Description Map<String,UpsertConfig.Strategy>UpsertConfig. getPartialUpsertStrategies()Methods in org.apache.pinot.spi.config.table with parameters of type UpsertConfig.Strategy Modifier and Type Method Description voidUpsertConfig. setDefaultPartialUpsertStrategy(UpsertConfig.Strategy defaultPartialUpsertStrategy)If strategy is not specified for a column, the merger on that column will be "defaultPartialUpsertStrategy".Method parameters in org.apache.pinot.spi.config.table with type arguments of type UpsertConfig.Strategy Modifier and Type Method Description voidUpsertConfig. setPartialUpsertStrategies(Map<String,UpsertConfig.Strategy> partialUpsertStrategies)PartialUpsertStrategies maintains the mapping of merge strategies per column.Constructors in org.apache.pinot.spi.config.table with parameters of type UpsertConfig.Strategy Constructor Description UpsertConfig(UpsertConfig.Mode mode, Map<String,UpsertConfig.Strategy> partialUpsertStrategies, UpsertConfig.Strategy defaultPartialUpsertStrategy, String comparisonColumn, HashFunction hashFunction)Deprecated.Constructor parameters in org.apache.pinot.spi.config.table with type arguments of type UpsertConfig.Strategy Constructor Description UpsertConfig(UpsertConfig.Mode mode, Map<String,UpsertConfig.Strategy> partialUpsertStrategies, UpsertConfig.Strategy defaultPartialUpsertStrategy, String comparisonColumn, HashFunction hashFunction)Deprecated.
-