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 class
CacheWeights.NodeCacheWeigher
static class
CacheWeights.OneWeigher<K,V>
static class
CacheWeights.ReaderStringCacheWeigher
static class
CacheWeights.ReaderTemplateCacheWeigher
static class
CacheWeights.SegmentCacheWeigher
static class
CacheWeights.StringCacheWeigher
static class
CacheWeights.TemplateCacheWeigher
-
Field Summary
Fields Modifier and Type Field Description static int
OBJECT_HEADER_SIZE
-
-
-
Field Detail
-
OBJECT_HEADER_SIZE
public static final int OBJECT_HEADER_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
noopWeigher
public static <K,V> Weigher<K,V> noopWeigher()
-
-