All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.metatype.org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.properties Maven / Gradle / Ivy

There is a newer version: 1.64.0
Show newest version
#Mon Jan 04 12:17:45 CET 2016
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.lockWaitTime.description=Number of seconds to wait for the lock for committing compacted changes respectively to wait for the exclusive write lock for force committing.
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.gainThreshold.name=Compaction gain threshold
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.tarmk.size.name=Maximum Tar File Size (MB)
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.tarmk.size.description=TarMK maximum file size (MB)
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.customBlobStore.description=Boolean value indicating that a custom BlobStore is to be used. By default large binary content would be stored within segment tar files
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.forceAfterFail.description=Whether or not to force compact concurrent commits on top of already  compacted commits after the maximum number of retries has been reached. Force committing tries to exclusively write lock the node store.
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.description=NodeStore implementation based on Document model. For configuration option refer to http\://jackrabbit.apache.org/oak/docs/osgi_config.html\#SegmentNodeStore. Note that for system stability purpose it is advisable to not change these settings at runtime. Instead the config change should be done via file system based config file and this view should ONLY be used to determine which options are supported
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.repository.home.name=Directory
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.pauseCompaction.description=When enabled compaction would not be performed
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.cleanup.timestamp.name=Reference expiry time (ms)
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.retryCount.description=Number of tries to compact concurrent commits on top of already compacted commits
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.cloneBinaries.name=Clone Binaries
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.memoryThreshold.description=TarMK compaction available memory multiplier needed to run compaction
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cache.name=Cache size (MB)
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.pauseCompaction.name=Pause Compaction
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.standby.name=Standby Mode
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.repository.home.description=Directory location used to store the segment tar files. If not specified then looks for framework property 'repository.home' otherwise use a subdirectory with name 'tarmk'
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.customBlobStore.name=Custom BlobStore
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.lockWaitTime.name=Compaction Lock Wait Time
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.persistCompactionMap.name=Persist Compaction Map
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.cleanup.name=Cleanup Strategy
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cache.description=Cache size for storing most recently used Segments
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.gainThreshold.description=TarMK compaction gain threshold. The gain estimation prevents compaction from running if the provided threshold is not met. Value represents a percentage so an input beween 0 and 100 is expected.
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.standby.description=Flag indicating that this component will not register as a NodeStore but just as a NodeStoreProvider
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.name=Apache Jackrabbit Oak Segment NodeStore Service
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.persistCompactionMap.description=When enabled the compaction map would be persisted instead of being held in memory
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.blobGcMaxAgeInSecs.name=Blob GC Max Age (in secs)
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.cleanup.description=Cleanup strategy used for live in memory segment references while performing cleanup. 1. CLEAN_NONE\: All in memory references are considered valid, 2. CLEAN_OLD\: Only in memory references older than a certain age are considered valid (compaction.cleanup.timestamp), 3. CLEAN_ALL\: None of the in memory references are considered valid
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.retryCount.name=Compaction Retries
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.forceAfterFail.name=Force Compaction
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.cleanup.timestamp.description=Time interval in ms beyond which in memory segment references would be ignored while performing cleanup
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.memoryThreshold.name=Memory Multiplier
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.tarmk.mode.name=Mode
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.blobGcMaxAgeInSecs.description=Blob Garbage Collector (GC) logic will only consider those blobs for GC which are not accessed recently (currentTime - lastModifiedTime > blobGcMaxAgeInSecs). For example as per default only those blobs which have been created 24 hrs ago will be considered for GC
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.tarmk.mode.description=TarMK mode (64 for memory mapping, 32 for normal file access)
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.compaction.cloneBinaries.description=Clone the binary segments while performing compaction




© 2015 - 2024 Weber Informatics LLC | Privacy Policy