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 Summary
Constructors Constructor Description IntraLineWeigher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
weigh(IntraLineDiffKey key, IntraLineDiff value)
-
-
-
Method Detail
-
weigh
public int weigh(IntraLineDiffKey key, IntraLineDiff value)
- Specified by:
weigh
in interfacecom.google.common.cache.Weigher<IntraLineDiffKey,IntraLineDiff>
-
-