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 SegmentArchiveManagerAwsPersistence. createArchiveManager(boolean mmap, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)voidAwsContext. 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 SegmentArchiveManagerAzurePersistence. createArchiveManager(boolean mmap, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)voidAzureHttpRequestLoggingPolicy. 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 RemoteStoreMonitor Modifier and Type Method Description SegmentArchiveManagerAzurePersistenceV8. 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 classMetricsRemoteStoreMonitorFields in org.apache.jackrabbit.oak.segment.file declared as RemoteStoreMonitor Modifier and Type Field Description protected RemoteStoreMonitorAbstractFileStore. remoteStoreMonitorMethods in org.apache.jackrabbit.oak.segment.file with parameters of type RemoteStoreMonitor Modifier and Type Method Description @NotNull FileStoreBuilderFileStoreBuilder. 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 RemoteStoreMonitorTarFiles.Builder. getRemoteStoreMonitor()Methods in org.apache.jackrabbit.oak.segment.file.tar with parameters of type RemoteStoreMonitor Modifier and Type Method Description SegmentArchiveManagerTarPersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)TarFiles.BuilderTarFiles.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 classRemoteStoreMonitorAdapter -
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 SegmentArchiveManagerSegmentNodeStorePersistence. 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 SegmentArchiveManagerCachingPersistence. 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 SegmentArchiveManagerSplitPersistence. createArchiveManager(boolean memoryMapping, boolean offHeapAccess, IOMonitor ioMonitor, FileStoreMonitor fileStoreMonitor, RemoteStoreMonitor remoteStoreMonitor)
-