Package com.google.gerrit.server.change
Class ChangeKindCacheImpl.ChangeKindWeigher
- java.lang.Object
-
- com.google.gerrit.server.change.ChangeKindCacheImpl.ChangeKindWeigher
-
- All Implemented Interfaces:
com.google.common.cache.Weigher<ChangeKindCacheImpl.Key,ChangeKind>
- Enclosing class:
- ChangeKindCacheImpl
public static class ChangeKindCacheImpl.ChangeKindWeigher extends Object implements com.google.common.cache.Weigher<ChangeKindCacheImpl.Key,ChangeKind>
-
-
Constructor Summary
Constructors Constructor Description ChangeKindWeigher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
weigh(ChangeKindCacheImpl.Key key, ChangeKind changeKind)
-
-
-
Method Detail
-
weigh
public int weigh(ChangeKindCacheImpl.Key key, ChangeKind changeKind)
- Specified by:
weigh
in interfacecom.google.common.cache.Weigher<ChangeKindCacheImpl.Key,ChangeKind>
-
-