public class FlatFileStore extends Object implements Iterable<NodeStateEntry>, Closeable
| Constructor and Description |
|---|
FlatFileStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore,
File storeFile,
NodeStateEntryReader entryReader,
Set<String> preferredPathElements,
boolean compressionEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getEntryCount() |
Iterator<NodeStateEntry> |
iterator() |
void |
setEntryCount(long entryCount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FlatFileStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore, File storeFile, NodeStateEntryReader entryReader, Set<String> preferredPathElements, boolean compressionEnabled)
public long getEntryCount()
public void setEntryCount(long entryCount)
public Iterator<NodeStateEntry> iterator()
iterator in interface Iterable<NodeStateEntry>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2012–2020 The Apache Software Foundation. All rights reserved.