@Profile(value="replication")
@Component
public class ReplicaTableFactoryProvider
extends java.lang.Object
| Constructor and Description |
|---|
ReplicaTableFactoryProvider(org.apache.hadoop.hive.conf.HiveConf sourceHiveConf,
com.google.common.base.Function<org.apache.hadoop.fs.Path,java.lang.String> checksumFunction,
TableTransformation tableTransformation,
PartitionTransformation partitionTransformation,
ColumnStatisticsTransformation columnStatisticsTransformation) |
| Modifier and Type | Method and Description |
|---|---|
ReplicaTableFactory |
newInstance(TableReplication tableReplication) |
@Autowired
public ReplicaTableFactoryProvider(@Value(value="#{sourceHiveConf}")
org.apache.hadoop.hive.conf.HiveConf sourceHiveConf,
@Value(value="#{checksumFunction}")
com.google.common.base.Function<org.apache.hadoop.fs.Path,java.lang.String> checksumFunction,
TableTransformation tableTransformation,
PartitionTransformation partitionTransformation,
ColumnStatisticsTransformation columnStatisticsTransformation)
public ReplicaTableFactory newInstance(TableReplication tableReplication)
Copyright © 2016–2022 Expedia Group. All rights reserved.