Package org.jumpmind.symmetric.service
Interface IStatisticService
- All Known Implementing Classes:
StatisticService
public interface IStatisticService
This service provides an API to access captured statistics
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteChannelStatsForPeriod
(Date start, Date end, String nodeId) getChannelStatsForPeriod
(Date start, Date end, String nodeId, int periodSizeInMinutes) getHostStatsForPeriod
(Date start, Date end, String nodeId) getHostStatsForPeriod
(Date start, Date end, String nodeId, int periodSizeInMinutes) getJobStatsForNode
(String nodeId) getJobStatsForPeriod
(Date start, Date end, String nodeId) getMinNodeStats
(String nodeId) getNodeStatsForPeriod
(Date start, Date end, String nodeId, int periodSizeInMinutes) void
save
(ChannelStats stats) void
void
-
Method Details
-
save
-
save
-
save
-
getMinNodeStats
-
getChannelStatsForPeriod
-
deleteChannelStatsForPeriod
-
getNodeStatsForPeriod
-
getHostStatsForPeriod
-
getHostStatsForPeriod
-
getJobStatsForPeriod
-
getJobStatsForNode
-