Class ListCaches.HitRatioInfo
- java.lang.Object
-
- com.google.gerrit.server.restapi.config.ListCaches.HitRatioInfo
-
- Enclosing class:
- ListCaches
public static class ListCaches.HitRatioInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description HitRatioInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDisk(long value, long total)
void
setMem(long value, long total)
-