Package com.featureprobe.sdk.server
Class AccessSummaryRecorder
- java.lang.Object
-
- com.featureprobe.sdk.server.AccessSummaryRecorder
-
public class AccessSummaryRecorder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Event event)
void
clear()
Map<String,List<com.featureprobe.sdk.server.AccessSummaryRecorder.Counter>>
getCounters()
long
getEndTime()
long
getStartTime()
AccessSummaryRecorder
snapshot()
-
-
-
Method Detail
-
add
public void add(Event event)
-
clear
public void clear()
-
snapshot
public AccessSummaryRecorder snapshot()
-
getCounters
public Map<String,List<com.featureprobe.sdk.server.AccessSummaryRecorder.Counter>> getCounters()
-
getStartTime
public long getStartTime()
-
getEndTime
public long getEndTime()
-
-