Package com.exedio.cope
Class QueryCacheHistogram
- java.lang.Object
-
- com.exedio.cope.QueryCacheHistogram
-
public final class QueryCacheHistogram extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
long
getHits()
String
getQuery()
int
getResultSize()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getQuery
public String getQuery()
-
getResultSize
public int getResultSize()
-
getHits
public long getHits()
-
-