Uses of Interface
org.apache.jackrabbit.oak.segment.spi.monitor.RemoteStoreMonitor
-
-
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.aws
Methods in org.apache.jackrabbit.oak.segment.aws with parameters of type RemoteStoreMonitor Modifier and Type Method Description SegmentArchiveManager
AwsPersistence. 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 RemoteStoreMonitor Modifier and Type Method Description SegmentArchiveManager
AzurePersistence. 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 RemoteStoreMonitor Modifier and Type Class Description class
MetricsRemoteStoreMonitor
Fields in org.apache.jackrabbit.oak.segment.file declared as RemoteStoreMonitor Modifier and Type Field Description protected RemoteStoreMonitor
AbstractFileStore. remoteStoreMonitor
Methods in org.apache.jackrabbit.oak.segment.file with parameters of type RemoteStoreMonitor Modifier and Type Method Description @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 RemoteStoreMonitor Modifier and Type Method Description RemoteStoreMonitor
TarFiles.Builder. getRemoteStoreMonitor()
Methods in org.apache.jackrabbit.oak.segment.file.tar with parameters of type RemoteStoreMonitor Modifier and Type Method Description SegmentArchiveManager
TarPersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
TarFiles.Builder
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 Modifier and Type Class Description class
RemoteStoreMonitorAdapter
-
Uses of RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence
Methods in org.apache.jackrabbit.oak.segment.spi.persistence with parameters of type RemoteStoreMonitor 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 RemoteStoreMonitor in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache with parameters of type RemoteStoreMonitor Modifier and Type Method Description SegmentArchiveManager
CachingPersistence. 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 RemoteStoreMonitor Modifier and Type Method Description SegmentArchiveManager
SplitPersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
-