| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.segment |
| Modifier and Type | Method and Description |
|---|---|
static SegmentGraph.Graph<String> |
SegmentGraph.parseGCGraph(FileStore.ReadOnlyStore fileStore)
Parse the gc generation graph of a file store.
|
static SegmentGraph.Graph<UUID> |
SegmentGraph.parseHeadGraph(RecordId root)
Parser the head graph.
|
static SegmentGraph.Graph<UUID> |
SegmentGraph.parseSegmentGraph(FileStore.ReadOnlyStore fileStore,
com.google.common.base.Predicate<UUID> filter)
Parse the segment graph of a file store.
|
static <T> SegmentGraph.Graph<T> |
SegmentGraph.parseSegmentGraph(FileStore.ReadOnlyStore fileStore,
Set<UUID> roots,
com.google.common.base.Predicate<UUID> filter,
com.google.common.base.Function<UUID,T> map)
Parse the segment graph of a file store starting with a given set of root segments.
|
Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.