Class IncrementalFlatFileStore
java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.FlatFileStore
org.apache.jackrabbit.oak.index.indexer.document.incrementalstore.IncrementalFlatFileStore
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<NodeStateEntry>
,IndexStore
-
Constructor Summary
ConstructorsConstructorDescriptionIncrementalFlatFileStore
(BlobStore blobStore, File storeFile, File metadataFile, IncrementalFlatFileStoreNodeStateEntryReader entryReader, Set<String> preferredPathElements, Compression algorithm) -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.index.indexer.document.flatfile.FlatFileStore
close, getAlgorithm, getEntryCount, getFlatFileStorePath, getMetadataFilePath, getStoreFile, getStorePath, iterator, setEntryCount
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jackrabbit.oak.index.indexer.document.indexstore.IndexStore
close, getEntryCount, getStorePath, iterator, setEntryCount
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
IncrementalFlatFileStore
public IncrementalFlatFileStore(BlobStore blobStore, File storeFile, File metadataFile, IncrementalFlatFileStoreNodeStateEntryReader entryReader, Set<String> preferredPathElements, Compression algorithm)
-
-
Method Details
-
getIndexStoreType
- Specified by:
getIndexStoreType
in interfaceIndexStore
- Overrides:
getIndexStoreType
in classFlatFileStore
-
isIncremental
public boolean isIncremental()- Specified by:
isIncremental
in interfaceIndexStore
- Overrides:
isIncremental
in classFlatFileStore
-