| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment |
| Modifier and Type | Class and Description |
|---|---|
static class |
WriterCacheManager.Default
This implementation of
WriterCacheManager returns
RecordCache instances for the string and template cache
and NodeCache instance for the node cache. |
static class |
WriterCacheManager.Empty
This implementation of
WriterCacheManager returns empty caches
of size 0. |
| Modifier and Type | Field and Description |
|---|---|
static WriterCacheManager |
WriterCacheManager.Empty.INSTANCE
Singleton instance of
WriterCacheManager.Empty |
| Modifier and Type | Method and Description |
|---|---|
SegmentWriterBuilder |
SegmentWriterBuilder.with(WriterCacheManager cacheManager)
Specify the
cacheManager used by the returned writer. |
| Constructor and Description |
|---|
SegmentWriter(SegmentStore store,
SegmentReader reader,
org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore,
WriterCacheManager cacheManager,
org.apache.jackrabbit.oak.segment.WriteOperationHandler writeOperationHandler)
Create a new instance of a
SegmentWriter. |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.