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 String
getIndexStoreType()
boolean
isIncremental()
-
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:
getIndexStoreType
in interfaceIndexStore
- Overrides:
getIndexStoreType
in classFlatFileStore
-
isIncremental
public boolean isIncremental()
- Specified by:
isIncremental
in interfaceIndexStore
- Overrides:
isIncremental
in classFlatFileStore
-
-