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 -
Method Summary
-
Constructor Details
-
IntraLineWeigher
public IntraLineWeigher()
-
-
Method Details
-
weigh
- Specified by:
weigh
in interfacecom.google.common.cache.Weigher<IntraLineDiffKey,
IntraLineDiff>
-