Uses of Interface
org.apache.jackrabbit.oak.segment.spi.monitor.RemoteStoreMonitor
Packages that use RemoteStoreMonitor
Package
Description
-
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.aws
Methods in org.apache.jackrabbit.oak.segment.aws with parameters of type RemoteStoreMonitorModifier and TypeMethodDescriptionAwsPersistence.createArchiveManager
(boolean mmap, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor) void
AwsContext.setRemoteStoreMonitor
(RemoteStoreMonitor monitor) -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.azure
Methods in org.apache.jackrabbit.oak.segment.azure with parameters of type RemoteStoreMonitorModifier and TypeMethodDescriptionAzurePersistence.createArchiveManager
(boolean mmap, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor) void
AzureHttpRequestLoggingPolicy.setRemoteStoreMonitor
(RemoteStoreMonitor remoteStoreMonitor) -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.azure.v8
Methods in org.apache.jackrabbit.oak.segment.azure.v8 with parameters of type RemoteStoreMonitorModifier and TypeMethodDescriptionAzurePersistenceV8.createArchiveManager
(boolean mmap, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor) -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.file
Classes in org.apache.jackrabbit.oak.segment.file that implement RemoteStoreMonitorFields in org.apache.jackrabbit.oak.segment.file declared as RemoteStoreMonitorModifier and TypeFieldDescriptionprotected final RemoteStoreMonitor
AbstractFileStore.remoteStoreMonitor
Methods in org.apache.jackrabbit.oak.segment.file with parameters of type RemoteStoreMonitorModifier and TypeMethodDescription@NotNull FileStoreBuilder
FileStoreBuilder.withRemoteStoreMonitor
(@NotNull RemoteStoreMonitor remoteStoreMonitor) -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return RemoteStoreMonitorMethods in org.apache.jackrabbit.oak.segment.file.tar with parameters of type RemoteStoreMonitorModifier and TypeMethodDescriptionTarPersistence.createArchiveManager
(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor) TarFiles.Builder.withRemoteStoreMonitor
(RemoteStoreMonitor remoteStoreMonitor) -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.spi.monitor
Classes in org.apache.jackrabbit.oak.segment.spi.monitor that implement RemoteStoreMonitor -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence
Methods in org.apache.jackrabbit.oak.segment.spi.persistence with parameters of type RemoteStoreMonitorModifier and TypeMethodDescriptionSegmentNodeStorePersistence.createArchiveManager
(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor) Opens a new archive manager. -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache with parameters of type RemoteStoreMonitorModifier and TypeMethodDescriptionCachingPersistence.createArchiveManager
(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor) -
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence.split
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.split with parameters of type RemoteStoreMonitorModifier and TypeMethodDescriptionSplitPersistence.createArchiveManager
(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)