Commit e9270fa 1 parent 653e075 commit e9270fa Copy full SHA for e9270fa
File tree 2 files changed +4
-8
lines changed
saturn-console-api/src/main/java/com/vip/saturn/job/console/service
saturn-console-core/src/main/java/com/vip/saturn/job/console/service
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
public interface StatisticsRefreshService {
9
9
10
- void refreshStatistics (String zkClusterKey ) throws SaturnJobConsoleException ;
10
+ void refreshBySameIdcConsole (String zkClusterKey ) throws SaturnJobConsoleException ;
11
11
12
- void refreshStatistics2DB (boolean force );
13
-
14
- void refreshStatistics2DB (String zkClusterKey ) throws SaturnJobConsoleException ;
12
+ void refreshDirectly (String zkClusterKey ) throws SaturnJobConsoleException ;
15
13
16
14
}
Original file line number Diff line number Diff line change 7
7
*/
8
8
public interface StatisticsRefreshService {
9
9
10
- void refreshStatistics (String zkClusterKey ) throws SaturnJobConsoleException ;
10
+ void refreshBySameIdcConsole (String zkClusterKey ) throws SaturnJobConsoleException ;
11
11
12
- void refreshStatistics2DB (boolean force );
13
-
14
- void refreshStatistics2DB (String zkClusterKey ) throws SaturnJobConsoleException ;
12
+ void refreshDirectly (String zkClusterKey ) throws SaturnJobConsoleException ;
15
13
16
14
}
You can’t perform that action at this time.
0 commit comments