| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.segment.compaction |
| Modifier and Type | Field and Description |
|---|---|
static CompactionStrategy.CleanupType |
CompactionStrategy.CLEANUP_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static CompactionStrategy.CleanupType |
CompactionStrategy.CleanupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactionStrategy.CleanupType[] |
CompactionStrategy.CleanupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompactionStrategy.setCleanupType(CompactionStrategy.CleanupType cleanupType) |
| Constructor and Description |
|---|
CompactionStrategy(boolean paused,
boolean cloneBinaries,
CompactionStrategy.CleanupType cleanupType,
long olderThan,
byte memoryThreshold) |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.