Skip to content

Commit 04fd7cd

Browse files
author
timmy.hu
committed
#289 update code
1 parent 06be595 commit 04fd7cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package com.vip.saturn.job.console.service;
2+
3+
import com.vip.saturn.job.console.exception.SaturnJobConsoleException;
4+
5+
/**
6+
* @author timmy.hu
7+
*/
8+
public interface StatisticsRefreshService {
9+
10+
void refreshStatistics(String zkClusterKey) throws SaturnJobConsoleException;
11+
12+
void refreshStatistics2DB(boolean force);
13+
14+
void refreshStatistics2DB(String zkClusterKey) throws SaturnJobConsoleException;
15+
16+
}

0 commit comments

Comments
 (0)