Uses of Class
org.apache.jackrabbit.oak.segment.file.FileStore
-
-
Uses of FileStore in org.apache.jackrabbit.oak.backup
Methods in org.apache.jackrabbit.oak.backup with parameters of type FileStore Modifier and Type Method Description booleanFileStoreBackup. cleanup(FileStore f) -
Uses of FileStore in org.apache.jackrabbit.oak.backup.impl
Methods in org.apache.jackrabbit.oak.backup.impl with parameters of type FileStore Modifier and Type Method Description booleanFileStoreBackupImpl. cleanup(FileStore f) -
Uses of FileStore in org.apache.jackrabbit.oak.fixture
Methods in org.apache.jackrabbit.oak.fixture that return FileStore Modifier and Type Method Description FileStore[]SegmentTarFixture. getStores() -
Uses of FileStore in org.apache.jackrabbit.oak.run
Constructors in org.apache.jackrabbit.oak.run with parameters of type FileStore Constructor Description OakResourceTransformer(FileStore fileStore, List<String> paths) -
Uses of FileStore in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment with parameters of type FileStore Modifier and Type Method Description @NotNull DefaultSegmentWriterDefaultSegmentWriterBuilder. build(@NotNull FileStore store)Build aSegmentWriterfor aFileStore.static @NotNull SegmentNodeStore.SegmentNodeStoreBuilderSegmentNodeStoreBuilders. builder(@NotNull FileStore store)Create aSegmentNodeStoreBuilderbased on aFileStore. -
Uses of FileStore in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool that return FileStore Modifier and Type Method Description static FileStoreAwsToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval)static FileStoreAwsToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType, int gcConcurrency) -
Uses of FileStore in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return FileStore Modifier and Type Method Description static FileStoreToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType)static FileStoreToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType, int gcConcurrency) -
Uses of FileStore in org.apache.jackrabbit.oak.segment.compaction
Constructors in org.apache.jackrabbit.oak.segment.compaction with parameters of type FileStore Constructor Description SegmentRevisionGCMBean(@NotNull FileStore fileStore, @NotNull SegmentGCOptions gcOptions, @NotNull FileStoreGCMonitor fileStoreGCMonitor) -
Uses of FileStore in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file that return FileStore Modifier and Type Method Description @NotNull FileStoreFileStoreBuilder. build()Create a newFileStoreinstance with the settings specified in this builder.Constructors in org.apache.jackrabbit.oak.segment.file with parameters of type FileStore Constructor Description FileStoreStats(StatisticsProvider statisticsProvider, FileStore store, long initialSize) -
Uses of FileStore in org.apache.jackrabbit.oak.segment.standby.client
Methods in org.apache.jackrabbit.oak.segment.standby.client with parameters of type FileStore Modifier and Type Method Description StandbyClientSync.BuilderStandbyClientSync.Builder. withFileStore(FileStore fileStore) -
Uses of FileStore in org.apache.jackrabbit.oak.segment.standby.server
Methods in org.apache.jackrabbit.oak.segment.standby.server that return FileStore Modifier and Type Method Description FileStoreStandbyServerSync. provideStore()Methods in org.apache.jackrabbit.oak.segment.standby.server with parameters of type FileStore Modifier and Type Method Description StandbyServerSync.BuilderStandbyServerSync.Builder. withFileStore(FileStore fileStore) -
Uses of FileStore in org.apache.jackrabbit.oak.segment.tool.iotrace
Method parameters in org.apache.jackrabbit.oak.segment.tool.iotrace with type arguments of type FileStore Modifier and Type Method Description static @NotNull IOTracerIOTracer. newIOTracer(@NotNull Function<IOMonitor,FileStore> fileStoreFactory, @NotNull Writer output, @Nullable String contextSpec)Create a newIOTracerinstance.
-