Uses of Interface
org.apache.jackrabbit.oak.index.indexer.document.tree.store.Store
-
Packages that use Store Package Description org.apache.jackrabbit.oak.index.indexer.document.tree org.apache.jackrabbit.oak.index.indexer.document.tree.store -
-
Uses of Store in org.apache.jackrabbit.oak.index.indexer.document.tree
Methods in org.apache.jackrabbit.oak.index.indexer.document.tree that return Store Modifier and Type Method Description StoreTreeStore. getStore() -
Uses of Store in org.apache.jackrabbit.oak.index.indexer.document.tree.store
Classes in org.apache.jackrabbit.oak.index.indexer.document.tree.store that implement Store Modifier and Type Class Description classFileStoreA storage backend for the tree store that stores files on the local file system.classLogStoreA wrapper for storage backends that allows to log store and read operations.classMemoryStoreAn in-memory storage backend for the tree store.classPackStoreA store where all the entries are stored in a "Pack File" (see @FilePacker).classSlowStoreA wrapper store to simulate a slow backend store.classStatsStoreA wrapper store that allows capturing performance counters for a storage backend.Methods in org.apache.jackrabbit.oak.index.indexer.document.tree.store that return Store Modifier and Type Method Description static StoreStoreBuilder. build(String config)Build a store.static StoreStoreBuilder. build(Properties config)Constructors in org.apache.jackrabbit.oak.index.indexer.document.tree.store with parameters of type Store Constructor Description GarbageCollection(Store store)TreeSession(Store store)
-