Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.CompositeException
-
Packages that use CompositeException Package Description org.apache.jackrabbit.oak.index.indexer.document.flatfile org.apache.jackrabbit.oak.index.indexer.document.incrementalstore -
-
Uses of CompositeException in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile that throw CompositeException Modifier and Type Method Description IndexStore
FlatFileNodeStoreBuilder. build()
IndexStore
FlatFileNodeStoreBuilder. build(IndexHelper indexHelper, List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions)
List<IndexStore>
FlatFileNodeStoreBuilder. buildList(IndexHelper indexHelper, IndexerSupport indexerSupport, List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions)
File
SortStrategy. createSortedStoreFile()
Deprecated. -
Uses of CompositeException in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore
Methods in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore that throw CompositeException Modifier and Type Method Description IndexStore
IncrementalStoreBuilder. build()
File
IncrementalIndexStoreSortStrategy. createSortedStoreFile()
-