| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment.file |
| Modifier and Type | Method and Description |
|---|---|
static FileStoreBuilder |
FileStoreBuilder.fileStoreBuilder(File directory)
Create a new instance of a
FileStoreBuilder for a file store. |
FileStoreBuilder |
FileStoreBuilder.withBlobStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
Specify the
BlobStore. |
FileStoreBuilder |
FileStoreBuilder.withDefaultMemoryMapping()
Set memory mapping to the default value based on OS properties
|
FileStoreBuilder |
FileStoreBuilder.withGCMonitor(org.apache.jackrabbit.oak.spi.gc.GCMonitor gcMonitor)
GCMonitor for monitoring this files store's gc process. |
FileStoreBuilder |
FileStoreBuilder.withGCOptions(SegmentGCOptions gcOptions)
SegmentGCOptions the garbage collection options of the store |
FileStoreBuilder |
FileStoreBuilder.withMaxFileSize(int maxFileSize)
Maximal size of the generated tar files in MB.
|
FileStoreBuilder |
FileStoreBuilder.withMemoryMapping(boolean memoryMapping)
Turn memory mapping on or off
|
FileStoreBuilder |
FileStoreBuilder.withNodeDeduplicationCacheSize(int nodeDeduplicationCacheSize)
Number of items to keep in the node deduplication cache
|
FileStoreBuilder |
FileStoreBuilder.withSegmentCacheSize(int segmentCacheSize)
Size of the segment cache in MB.
|
FileStoreBuilder |
FileStoreBuilder.withSnfeListener(SegmentNotFoundExceptionListener snfeListener)
SegmentNotFoundExceptionListener listener for SegmentNotFoundException |
FileStoreBuilder |
FileStoreBuilder.withStatisticsProvider(org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider)
StatisticsProvider for collecting statistics related to FileStore |
FileStoreBuilder |
FileStoreBuilder.withStringCacheSize(int stringCacheSize)
Size of the string cache in MB.
|
FileStoreBuilder |
FileStoreBuilder.withStringDeduplicationCacheSize(int stringDeduplicationCacheSize)
Number of items to keep in the string deduplication cache
|
FileStoreBuilder |
FileStoreBuilder.withTemplateCacheSize(int templateCacheSize)
Size of the template cache in MB.
|
FileStoreBuilder |
FileStoreBuilder.withTemplateDeduplicationCacheSize(int templateDeduplicationCacheSize)
Number of items to keep in the template deduplication cache
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.