| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment.azure.tool |
| Modifier and Type | Method and Description |
|---|---|
static AzureCompact.Builder |
AzureCompact.builder()
Create a builder for the
Compact command. |
AzureCompact.Builder |
AzureCompact.Builder.withCompactorType(org.apache.jackrabbit.oak.segment.compaction.SegmentGCOptions.CompactorType compactorType)
The compactor type to be used by compaction.
|
AzureCompact.Builder |
AzureCompact.Builder.withForce(boolean force)
Whether to fail if run on an older version of the store of force upgrading
its format.
|
AzureCompact.Builder |
AzureCompact.Builder.withGCLogInterval(long gcLogInterval)
The number of nodes after which an update about the compaction process is
logged.
|
AzureCompact.Builder |
AzureCompact.Builder.withPath(String path)
The path (URI) to an existing segment store.
|
AzureCompact.Builder |
AzureCompact.Builder.withSegmentCacheSize(int segmentCacheSize)
The size of the segment cache in MB.
|
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.