| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment | |
| org.apache.jackrabbit.oak.segment.file |
| Modifier and Type | Method and Description |
|---|---|
SegmentWriter |
SegmentWriterBuilder.build(ReadOnlyFileStore store)
Build a
SegmentWriter for a ReadOnlyFileStore. |
static SegmentNodeStore.SegmentNodeStoreBuilder |
SegmentNodeStoreBuilders.builder(ReadOnlyFileStore store)
Create a
SegmentNodeStoreBuilder based on a ReadOnlyFileStore@. |
static SegmentGraph.Graph<String> |
SegmentGraph.parseGCGraph(ReadOnlyFileStore fileStore)
Parse the gc generation graph of a file store.
|
static SegmentGraph.Graph<UUID> |
SegmentGraph.parseSegmentGraph(ReadOnlyFileStore fileStore,
com.google.common.base.Predicate<UUID> filter)
Parse the segment graph of a file store.
|
static <T> SegmentGraph.Graph<T> |
SegmentGraph.parseSegmentGraph(ReadOnlyFileStore 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.
|
static void |
SegmentGraph.writeGCGraph(ReadOnlyFileStore fileStore,
OutputStream out)
Write the gc generation graph of a file store to a stream.
|
static void |
SegmentGraph.writeSegmentGraph(ReadOnlyFileStore fileStore,
OutputStream out,
Date epoch,
String pattern)
Write the segment graph of a file store to a stream.
|
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyFileStore |
FileStoreBuilder.buildReadOnly()
Create a new
ReadOnlyFileStore instance with the settings specified in this
builder. |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.