Package org.eblocker.server.http.service
Class DnsStatisticsService
java.lang.Object
org.eblocker.server.http.service.DnsStatisticsService
-
Constructor Summary
ConstructorsConstructorDescriptionDnsStatisticsService(int days, java.time.Clock clock, DnsDataSource dnsDataSource) -
Method Summary
Modifier and TypeMethodDescriptiongetResolverStatistics(String resolver, java.time.Instant start) getResolverStatistics(String resolver, java.time.Instant start, long interval, java.time.temporal.ChronoUnit unit) voidupdate()
-
Constructor Details
-
DnsStatisticsService
-
-
Method Details
-
update
public void update() -
getResolverStatistics
-
getResolverStatistics
public List<ResolverStats> getResolverStatistics(String resolver, java.time.Instant start, long interval, java.time.temporal.ChronoUnit unit)
-