public class SegmentNodeStoreBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeStore |
create() |
CompactionStrategy |
getCompactionStrategy() |
SegmentNodeStoreBuilder |
withCompactionStrategy(boolean pauseCompaction,
boolean cloneBinaries,
java.lang.String cleanup,
long cleanupTs,
byte memoryThreshold,
int lockWaitTime,
int retryCount,
boolean forceAfterFail,
boolean persistCompactionMap)
Deprecated.
|
SegmentNodeStoreBuilder |
withCompactionStrategy(boolean pauseCompaction,
boolean cloneBinaries,
java.lang.String cleanup,
long cleanupTs,
byte memoryThreshold,
int lockWaitTime,
int retryCount,
boolean forceAfterFail,
boolean persistCompactionMap,
byte gainThreshold) |
SegmentNodeStoreBuilder |
withCompactionStrategy(CompactionStrategy compactionStrategy) |
@Deprecated public SegmentNodeStoreBuilder withCompactionStrategy(boolean pauseCompaction, boolean cloneBinaries, java.lang.String cleanup, long cleanupTs, byte memoryThreshold, int lockWaitTime, int retryCount, boolean forceAfterFail, boolean persistCompactionMap)
public SegmentNodeStoreBuilder withCompactionStrategy(CompactionStrategy compactionStrategy)
public SegmentNodeStoreBuilder withCompactionStrategy(boolean pauseCompaction, boolean cloneBinaries, java.lang.String cleanup, long cleanupTs, byte memoryThreshold, int lockWaitTime, int retryCount, boolean forceAfterFail, boolean persistCompactionMap, byte gainThreshold)
public CompactionStrategy getCompactionStrategy()
public SegmentNodeStore create()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"