Uses of Interface
org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils.MemoryObject
-
-
Uses of MemoryObject in org.apache.jackrabbit.oak.index.indexer.document.tree
Classes in org.apache.jackrabbit.oak.index.indexer.document.tree that implement MemoryObject Modifier and Type Class Description classTreeStoreNodeStateA node state of an Oak node that is stored in a tree store. -
Uses of MemoryObject in org.apache.jackrabbit.oak.index.indexer.document.tree.store
Classes in org.apache.jackrabbit.oak.index.indexer.document.tree.store that implement MemoryObject Modifier and Type Class Description classPageFileA B-tree page (leaf, or inner node). -
Uses of MemoryObject in org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils
Classes in org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils with type parameters of type MemoryObject Modifier and Type Class Description classConcurrentLRUCache<K,V extends MemoryObject>A synchronized LRU cache.classSieveCache<K,V extends MemoryObject>A Sieve cache.
-