Package com.google.gerrit.server.patch
Class IntraLineWeigher
java.lang.Object
com.google.gerrit.server.patch.IntraLineWeigher
- All Implemented Interfaces:
- com.google.common.cache.Weigher<IntraLineDiffKey,- IntraLineDiff> 
public class IntraLineWeigher
extends Object
implements com.google.common.cache.Weigher<IntraLineDiffKey,IntraLineDiff> 
Approximates memory usage for IntralineDiff in bytes of memory used.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
IntraLineWeigherpublic IntraLineWeigher()
 
- 
- 
Method Details- 
weigh- Specified by:
- weighin interface- com.google.common.cache.Weigher<IntraLineDiffKey,- IntraLineDiff> 
 
 
-