This is an automated email from the ASF dual-hosted git repository.
zhangyonglun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from acc64bd add generics (#6678)
add dc536c1 refactoring scaling code. (#6679)
No new revisions were added by this update.
Summary of changes:
.../scaling/web/HttpServerHandler.java | 2 +-
.../scaling/core/constant/ScalingConstant.java | 24 ++++-------
.../executor/dumper/AbstractJDBCDumper.java | 10 ++---
.../core/execute/executor/dumper/Dumper.java | 7 ---
.../executor/importer/AbstractJDBCImporter.java | 8 ++--
.../scaling/core/job/ShardingScalingJob.java | 4 +-
.../resume/AbstractResumeBreakPointManager.java | 2 +-
.../task/inventory/InventoryDataScalingTask.java | 2 +-
.../core/schedule/ScalingTaskScheduler.java | 10 +++--
.../core/schedule/SyncTaskControlStatus.java | 5 +++
.../utils/ConfigurationYamlConverter.java | 2 +-
.../position => }/utils/InventoryPositionUtil.java | 2 +-
.../{config => }/utils/RdbmsConfigurationUtil.java | 2 +-
.../{config => }/utils/SyncConfigurationUtil.java | 2 +-
.../core/config/RdbmsConfigurationTest.java | 2 +-
.../core/datasource/DataSourceManagerTest.java | 2 +-
.../utils => util}/SyncConfigurationUtilTest.java | 3 +-
.../scaling/mysql/MySQLBinlogDumper.java | 50 +++++++++++-----------
.../scaling/postgresql/PostgreSQLWalDumper.java | 28 ++++++------
.../scaling/postgresql/wal/WalEventConverter.java | 7 +--
.../postgresql/wal/decode/TestDecodingPlugin.java | 7 +--
21 files changed, 89 insertions(+), 92 deletions(-)
copy
shardingsphere-control-panel/shardingsphere-metrics/shardingsphere-metrics-spi/src/main/java/org/apache/shardingsphere/metrics/enums/MetricsTypeEnum.java
=>
shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/constant/ScalingConstant.java
(72%)
rename
shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/{config
=> }/utils/ConfigurationYamlConverter.java (97%)
rename
shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/{job/position
=> }/utils/InventoryPositionUtil.java (96%)
rename
shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/{config
=> }/utils/RdbmsConfigurationUtil.java (97%)
rename
shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/{config
=> }/utils/SyncConfigurationUtil.java (99%)
rename
shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/{config/utils
=> util}/SyncConfigurationUtilTest.java (94%)