| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment | |
| org.apache.jackrabbit.oak.segment.file | |
| org.apache.jackrabbit.oak.segment.memory |
| Modifier and Type | Method and Description |
|---|---|
SegmentStore |
SegmentStoreProvider.getSegmentStore() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<UUID> |
SegmentGraph.createRegExpFilter(String pattern,
SegmentStore store)
Create a regular expression based inclusion filter for segment.
|
static RecordId |
RecordId.fromString(SegmentStore factory,
String id) |
static RecordId |
SegmentStream.getRecordIdIfAvailable(InputStream stream,
SegmentStore store) |
boolean |
SegmentId.sameStore(SegmentStore store)
Determine whether this instance belongs to the passed
store |
| Constructor and Description |
|---|
Segment(SegmentStore store,
SegmentReader reader,
SegmentId id,
ByteBuffer data) |
SegmentBufferWriter(SegmentStore store,
com.google.common.base.Supplier<Integer> segmentCounter,
SegmentReader reader,
String wid,
int generation) |
SegmentBufferWriterPool(SegmentStore store,
SegmentTracker tracker,
SegmentReader reader,
String wid,
com.google.common.base.Supplier<Integer> gcGeneration) |
SegmentId(SegmentStore store,
long msb,
long lsb) |
SegmentWriter(SegmentStore store,
SegmentReader reader,
org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore,
WriterCacheManager cacheManager,
org.apache.jackrabbit.oak.segment.WriteOperationHandler writeOperationHandler)
Create a new instance of a
SegmentWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileStore
The storage implementation for tar files.
|
class |
FileStore
The storage implementation for tar files.
|
class |
ReadOnlyFileStore
A read only
AbstractFileStore implementation that supports going back
to old revisions. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStore
A store used for in-memory operations.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.