public class FlatFileNodeStoreBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OAK_INDEXER_USE_ZIP |
| Constructor and Description |
|---|
FlatFileNodeStoreBuilder(Iterable<NodeStateEntry> nodeStates,
File workDir) |
| Modifier and Type | Method and Description |
|---|---|
FlatFileStore |
build() |
FlatFileNodeStoreBuilder |
withBlobStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore) |
FlatFileNodeStoreBuilder |
withPreferredPathElements(Set<String> preferredPathElements) |
public static final String OAK_INDEXER_USE_ZIP
public FlatFileNodeStoreBuilder(Iterable<NodeStateEntry> nodeStates, File workDir)
public FlatFileNodeStoreBuilder withBlobStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
public FlatFileNodeStoreBuilder withPreferredPathElements(Set<String> preferredPathElements)
public FlatFileStore build() throws IOException
IOExceptionCopyright © 2012–2020 The Apache Software Foundation. All rights reserved.