Package org.bedework.bwlogs
Class AccessDay
- java.lang.Object
-
- org.bedework.bwlogs.AccessPeriod
-
- org.bedework.bwlogs.AccessDay
-
public class AccessDay extends AccessPeriod
User: mike Date: 2/23/20 Time: 00:00
-
-
Constructor Summary
Constructors Constructor Description AccessDay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddIp(String ip, int hour)AccessPeriodgetHour(int hr)voidupdateFrom(AccessLogEntry ale)Update from the given access log entry.-
Methods inherited from class org.bedework.bwlogs.AccessPeriod
add, addIp, getSortedIp2Counts, getSortedIpCounts, perSecond, totalRequests
-
-
-
-
Method Detail
-
addIp
public void addIp(String ip, int hour)
-
getHour
public AccessPeriod getHour(int hr)
-
updateFrom
public void updateFrom(AccessLogEntry ale)
Update from the given access log entry. These should appear in increasing time order.- Parameters:
ale- access log entry
-
-