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 Store
TreeStore. 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 class
FileStore
A storage backend for the tree store that stores files on the local file system.class
LogStore
A wrapper for storage backends that allows to log store and read operations.class
MemoryStore
An in-memory storage backend for the tree store.class
PackStore
A store where all the entries are stored in a "Pack File" (see @FilePacker).class
SlowStore
A wrapper store to simulate a slow backend store.class
StatsStore
A 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 Store
StoreBuilder. build(String config)
Build a store.static Store
StoreBuilder. 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)
-