| Modifier and Type | Method and Description |
|---|---|
SegmentStore |
SegmentStoreProvider.getSegmentStore() |
SegmentStore |
SegmentNodeStoreService.getSegmentStore()
needed for situations where you have to unwrap the
SegmentNodeStoreService, to get the SegmentStore, like the failover
|
SegmentStore |
SegmentTracker.getStore() |
| Modifier and Type | Method and Description |
|---|---|
static RecordId |
SegmentStream.getRecordIdIfAvailable(InputStream stream,
SegmentStore store) |
static SegmentNodeStoreBuilder |
SegmentNodeStore.newSegmentNodeStore(SegmentStore store) |
| Constructor and Description |
|---|
SegmentNodeStore(SegmentStore store)
Deprecated.
|
SegmentTracker(SegmentStore store) |
SegmentTracker(SegmentStore store,
int cacheSizeMB,
SegmentVersion version) |
SegmentTracker(SegmentStore store,
SegmentVersion version) |
SegmentWriter(SegmentStore store,
SegmentVersion version,
String wid) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStore
The storage implementation for tar files.
|
static class |
FileStore.ReadOnlyStore
A read only
FileStore implementation that supports
going back to old revisions. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpStore |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStore
A store used for in-memory operations.
|
Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.