public class Compactor
extends java.lang.Object
| Constructor and Description |
|---|
Compactor(SegmentTracker tracker) |
Compactor(SegmentTracker tracker,
<any> cancel) |
Compactor(SegmentTracker tracker,
CompactionStrategy compactionStrategy) |
Compactor(SegmentTracker tracker,
CompactionStrategy compactionStrategy,
<any> cancel) |
| Modifier and Type | Method and Description |
|---|---|
SegmentNodeState |
compact(NodeState before,
NodeState after,
NodeState onto)
Compact the differences between a
before and a after
on top of an onto state. |
PartialCompactionMap |
getCompactionMap() |
void |
setContentEqualityCheck(boolean contentEqualityCheck) |
void |
setDeepCheckLargeBinaries(boolean deepCheckLargeBinaries) |
public Compactor(SegmentTracker tracker)
public Compactor(SegmentTracker tracker, <any> cancel)
public Compactor(SegmentTracker tracker, CompactionStrategy compactionStrategy)
public Compactor(SegmentTracker tracker, CompactionStrategy compactionStrategy, <any> cancel)
public SegmentNodeState compact(NodeState before, NodeState after, NodeState onto) throws java.io.IOException
before and a after
on top of an onto state.before - the before stateafter - the after stateonto - the onto statejava.io.IOExceptionpublic PartialCompactionMap getCompactionMap()
public void setDeepCheckLargeBinaries(boolean deepCheckLargeBinaries)
public void setContentEqualityCheck(boolean contentEqualityCheck)
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"