java.lang.Object
org.apache.jackrabbit.oak.segment.CacheWeights.NodeCacheWeigher
 
- All Implemented Interfaces:
- org.apache.jackrabbit.guava.common.cache.Weigher<String,RecordId>
- Enclosing class:
- CacheWeights
public static class CacheWeights.NodeCacheWeigher
extends Object
implements org.apache.jackrabbit.guava.common.cache.Weigher<String,RecordId> 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
NodeCacheWeigherpublic NodeCacheWeigher() 
 
- 
Method Details
- 
weighpublic int weigh(@NotNull
 @NotNull String key,
 @NotNull
 @NotNull RecordId value) 
- Specified by:
- weighin interface- org.apache.jackrabbit.guava.common.cache.Weigher<String,RecordId>