| Modifier and Type | Method and Description |
|---|---|
boolean |
FileStoreBackup.cleanup(FileStore f) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileStoreBackupImpl.cleanup(FileStore f) |
| Modifier and Type | Method and Description |
|---|---|
SegmentWriter |
SegmentWriterBuilder.build(FileStore store)
Build a
SegmentWriter for a FileStore. |
static SegmentNodeStore.SegmentNodeStoreBuilder |
SegmentNodeStoreBuilders.builder(FileStore store)
Create a
SegmentNodeStoreBuilder based on a FileStore. |
| Constructor and Description |
|---|
SegmentBlobReferenceRetriever(FileStore store) |
| Constructor and Description |
|---|
SegmentRevisionGCMBean(FileStore fileStore,
SegmentGCOptions gcOptions,
FileStoreGCMonitor fileStoreGCMonitor) |
| Modifier and Type | Method and Description |
|---|---|
FileStore |
FileStoreBuilder.build()
Create a new
FileStore instance with the settings specified in this
builder. |
| Constructor and Description |
|---|
FileStoreStats(org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider,
FileStore store,
long initialSize) |
| Constructor and Description |
|---|
StandbyClientSync(String host,
int port,
FileStore store,
boolean secure,
int readTimeoutMs,
boolean autoClean) |
| Modifier and Type | Method and Description |
|---|---|
FileStore |
StandbyServerSync.provideStore() |
| Constructor and Description |
|---|
StandbyServerSync(int port,
FileStore fileStore) |
StandbyServerSync(int port,
FileStore fileStore,
boolean secure) |
StandbyServerSync(int port,
FileStore fileStore,
String[] allowedClientIPRanges) |
StandbyServerSync(int port,
FileStore fileStore,
String[] allowedClientIPRanges,
boolean secure) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.