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
public class IncrementalFlatFileStore extends FlatFileStore implements IndexStore
-
-
Constructor Summary
Constructors Constructor Description IncrementalFlatFileStore(BlobStore blobStore, File storeFile, File metadataFile, IncrementalFlatFileStoreNodeStateEntryReader entryReader, Set<String> preferredPathElements, Compression algorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIndexStoreType()booleanisIncremental()-
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 Detail
-
IncrementalFlatFileStore
public IncrementalFlatFileStore(BlobStore blobStore, File storeFile, File metadataFile, IncrementalFlatFileStoreNodeStateEntryReader entryReader, Set<String> preferredPathElements, Compression algorithm)
-
-
Method Detail
-
getIndexStoreType
public String getIndexStoreType()
- Specified by:
getIndexStoreTypein interfaceIndexStore- Overrides:
getIndexStoreTypein classFlatFileStore
-
isIncremental
public boolean isIncremental()
- Specified by:
isIncrementalin interfaceIndexStore- Overrides:
isIncrementalin classFlatFileStore
-
-