public class SegmentNodeStoreBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeStore |
create() |
CompactionStrategy |
getCompactionStrategy() |
SegmentNodeStoreBuilder |
withCompactionStrategy(boolean pauseCompaction,
boolean cloneBinaries,
String cleanup,
long cleanupTs,
byte memoryThreshold,
int lockWaitTime,
int retryCount,
boolean forceAfterFail,
boolean persistCompactionMap)
Deprecated.
|
SegmentNodeStoreBuilder |
withCompactionStrategy(boolean pauseCompaction,
boolean cloneBinaries,
String cleanup,
long cleanupTs,
byte memoryThreshold,
int lockWaitTime,
int retryCount,
boolean forceAfterFail,
boolean persistCompactionMap,
byte gainThreshold) |
SegmentNodeStoreBuilder |
withCompactionStrategy(CompactionStrategy compactionStrategy) |
SegmentNodeStoreBuilder |
withDispatchChanges(boolean dispatchChanges) |
@Deprecated public SegmentNodeStoreBuilder withCompactionStrategy(boolean pauseCompaction, boolean cloneBinaries, 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, String cleanup, long cleanupTs, byte memoryThreshold, int lockWaitTime, int retryCount, boolean forceAfterFail, boolean persistCompactionMap, byte gainThreshold)
public SegmentNodeStoreBuilder withDispatchChanges(boolean dispatchChanges)
public CompactionStrategy getCompactionStrategy()
@Nonnull public SegmentNodeStore create()
Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.