@ManagedAttribute(description="Returns all hit count since system start.")
public double getAllHitCount()
getHits
@ManagedAttribute(description="Returns a map of all hits and their counts.")
public Map<String,Double> getHits()
getHits
@ManagedOperation(description="Returns a map of all hits and their counts limited by a time parameter.")
@ManagedOperationParameters(value=)
public Map<String,Long> getHits(long time)