Uses of Interface
org.apache.jackrabbit.oak.segment.spi.monitor.FileStoreMonitor
-
-
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.aws
Methods in org.apache.jackrabbit.oak.segment.aws with parameters of type FileStoreMonitor Modifier and Type Method Description SegmentArchiveManager
AwsPersistence. createArchiveManager(boolean mmap, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
Constructors in org.apache.jackrabbit.oak.segment.aws with parameters of type FileStoreMonitor Constructor Description AwsArchiveManager(S3Directory directory, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor)
AwsSegmentArchiveWriter(S3Directory directory, String archiveName, IOMonitor ioMonitor, FileStoreMonitor monitor)
-
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.azure
Fields in org.apache.jackrabbit.oak.segment.azure declared as FileStoreMonitor Modifier and Type Field Description protected FileStoreMonitor
AzureArchiveManager. monitor
Methods in org.apache.jackrabbit.oak.segment.azure with parameters of type FileStoreMonitor Modifier and Type Method Description SegmentArchiveManager
AzurePersistence. createArchiveManager(boolean mmap, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
Constructors in org.apache.jackrabbit.oak.segment.azure with parameters of type FileStoreMonitor Constructor Description AzureArchiveManager(com.microsoft.azure.storage.blob.CloudBlobDirectory segmentstoreDirectory, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, WriteAccessController writeAccessController)
AzureSegmentArchiveWriter(com.microsoft.azure.storage.blob.CloudBlobDirectory archiveDirectory, IOMonitor ioMonitor, FileStoreMonitor monitor, WriteAccessController writeAccessController)
-
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.file
Classes in org.apache.jackrabbit.oak.segment.file that implement FileStoreMonitor Modifier and Type Class Description class
FileStoreStats
-
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return FileStoreMonitor Modifier and Type Method Description FileStoreMonitor
TarFiles.Builder. getFileStoreMonitor()
Methods in org.apache.jackrabbit.oak.segment.file.tar with parameters of type FileStoreMonitor Modifier and Type Method Description SegmentArchiveManager
TarPersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
TarFiles.Builder
TarFiles.Builder. withFileStoreMonitor(FileStoreMonitor fileStoreStats)
Constructors in org.apache.jackrabbit.oak.segment.file.tar with parameters of type FileStoreMonitor Constructor Description SegmentTarManager(File segmentstoreDir, FileStoreMonitor fileStoreMonitor, IOMonitor ioMonitor, boolean memoryMapping, boolean offHeapAccess)
SegmentTarWriter(File file, FileStoreMonitor monitor, IOMonitor ioMonitor)
-
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.remote
Fields in org.apache.jackrabbit.oak.segment.remote declared as FileStoreMonitor Modifier and Type Field Description protected FileStoreMonitor
AbstractRemoteSegmentArchiveWriter. monitor
Constructors in org.apache.jackrabbit.oak.segment.remote with parameters of type FileStoreMonitor Constructor Description AbstractRemoteSegmentArchiveWriter(IOMonitor ioMonitor, FileStoreMonitor monitor)
-
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.spi.monitor
Classes in org.apache.jackrabbit.oak.segment.spi.monitor that implement FileStoreMonitor Modifier and Type Class Description class
FileStoreMonitorAdapter
A void implementation of theFileStoreMonitor
. -
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence
Methods in org.apache.jackrabbit.oak.segment.spi.persistence with parameters of type FileStoreMonitor Modifier and Type Method Description SegmentArchiveManager
SegmentNodeStorePersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
Opens a new archive manager. -
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache with parameters of type FileStoreMonitor Modifier and Type Method Description SegmentArchiveManager
CachingPersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
-
Uses of FileStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence.split
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.split with parameters of type FileStoreMonitor Modifier and Type Method Description SegmentArchiveManager
SplitPersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
-