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 for 
DiffSummary in bytes of memory used.- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
DiffSummaryWeigher
public DiffSummaryWeigher() 
 - 
 - 
Method Details
- 
weigh
- Specified by:
 weighin interfacecom.google.common.cache.Weigher<DiffSummaryKey,DiffSummary> 
 
 -