Report Service provides a service to log and retrieve information about a key
| Type | Name and description |
|---|---|
java.util.Map<java.lang.String, ProxyReport> |
getAllReports()Get the master report for all the keys |
ProxyReport |
getReport(java.lang.String key)get a single report about a specific key |
void |
logReport(java.lang.String key, java.lang.String status, long epochTime)Manipulate the map |
Get the master report for all the keys
get a single report about a specific key
key - the key in questionManipulate the map
key - the key to log understatus - the return statusepochTime - the time this request happened