Package com.google.gerrit.server.patch
Class DiffSummaryWeigher
- java.lang.Object
-
- com.google.gerrit.server.patch.DiffSummaryWeigher
-
- All Implemented Interfaces:
com.google.common.cache.Weigher<DiffSummaryKey,DiffSummary>
public class DiffSummaryWeigher extends Object implements com.google.common.cache.Weigher<DiffSummaryKey,DiffSummary>
Computes memory usage forDiffSummary
in bytes of memory used.
-
-
Constructor Summary
Constructors Constructor Description DiffSummaryWeigher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
weigh(DiffSummaryKey key, DiffSummary value)
-
-
-
Method Detail
-
weigh
public int weigh(DiffSummaryKey key, DiffSummary value)
- Specified by:
weigh
in interfacecom.google.common.cache.Weigher<DiffSummaryKey,DiffSummary>
-
-