Class CacheWeights
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.CacheWeights
-
public final class CacheWeights extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheWeights.NodeCacheWeigherstatic classCacheWeights.OneWeigher<K,V>static classCacheWeights.ReaderStringCacheWeigherstatic classCacheWeights.ReaderTemplateCacheWeigherstatic classCacheWeights.SegmentCacheWeigherstatic classCacheWeights.StringCacheWeigherstatic classCacheWeights.TemplateCacheWeigher
-
Field Summary
Fields Modifier and Type Field Description static intOBJECT_HEADER_SIZE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
org.apache.jackrabbit.guava.common.cache.Weigher<K,V>noopWeigher()
-
-
-
Field Detail
-
OBJECT_HEADER_SIZE
public static final int OBJECT_HEADER_SIZE
- See Also:
- Constant Field Values
-
-