Package com.google.gerrit.server.patch
Class PatchListWeigher
- java.lang.Object
-
- com.google.gerrit.server.patch.PatchListWeigher
-
- All Implemented Interfaces:
com.google.common.cache.Weigher<PatchListKey,PatchList>
public class PatchListWeigher extends Object implements com.google.common.cache.Weigher<PatchListKey,PatchList>
Approximates memory usage for PatchList in bytes of memory used.
-
-
Constructor Summary
Constructors Constructor Description PatchListWeigher()
-
-
-
Method Detail
-
weigh
public int weigh(PatchListKey key, PatchList value)
- Specified by:
weigh
in interfacecom.google.common.cache.Weigher<PatchListKey,PatchList>
-
-