Package com.google.gerrit.server.cache
Class CacheInfo.EntriesInfo
- java.lang.Object
-
- com.google.gerrit.server.cache.CacheInfo.EntriesInfo
-
-
Constructor Summary
Constructors Constructor Description EntriesInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
bytes(double value)
void
setDisk(long disk)
void
setMem(long mem)
void
setSpace(double value)
-
-
-
Method Detail
-
setMem
public void setMem(long mem)
-
setDisk
public void setDisk(long disk)
-
setSpace
public void setSpace(double value)
-
bytes
public static String bytes(double value)
-
-