Uses of Interface
org.apache.jackrabbit.oak.spi.whiteboard.Registration
-
-
Uses of Registration in org.apache.jackrabbit.oak.osgi
Methods in org.apache.jackrabbit.oak.osgi that return Registration Modifier and Type Method Description <T> RegistrationOsgiWhiteboard. register(Class<T> type, T service, Map<?,?> properties) -
Uses of Registration in org.apache.jackrabbit.oak.plugins.index
Classes in org.apache.jackrabbit.oak.plugins.index that implement Registration Modifier and Type Class Description classIndexMBeanRegistration -
Uses of Registration in org.apache.jackrabbit.oak.run.cli
Methods in org.apache.jackrabbit.oak.run.cli that return Registration Modifier and Type Method Description <T> RegistrationNodeStoreFixtureProvider.ClosingWhiteboard. register(Class<T> type, T service, Map<?,?> properties) -
Uses of Registration in org.apache.jackrabbit.oak.segment.remote.persistentcache
Methods in org.apache.jackrabbit.oak.segment.remote.persistentcache that return Registration Modifier and Type Method Description protected <T> RegistrationRemotePersistentCacheService. registerMBean(Class<T> clazz, T bean, String type, String name)Methods in org.apache.jackrabbit.oak.segment.remote.persistentcache with parameters of type Registration Modifier and Type Method Description protected voidRemotePersistentCacheService. registerCloseable(Registration registration) -
Uses of Registration in org.apache.jackrabbit.oak.segment.spi.monitor
Methods in org.apache.jackrabbit.oak.segment.spi.monitor that return Registration Modifier and Type Method Description @NotNull RegistrationCompositeIOMonitor. registerIOMonitor(@NotNull IOMonitor ioMonitor)Register aIOMonitorinstance to which thisCompositeIOMonitorwill delegate all its calls untilunregister()is called on the returnRegistration. -
Uses of Registration in org.apache.jackrabbit.oak.spi.gc
Methods in org.apache.jackrabbit.oak.spi.gc that return Registration Modifier and Type Method Description RegistrationDelegatingGCMonitor. registerGCMonitor(@NotNull GCMonitor gcMonitor)Register aGCMonitor. -
Uses of Registration in org.apache.jackrabbit.oak.spi.whiteboard
Classes in org.apache.jackrabbit.oak.spi.whiteboard that implement Registration Modifier and Type Class Description classCompositeRegistrationA composite of registrations that unregisters all its constituents uponCompositeRegistration.unregister().Methods in org.apache.jackrabbit.oak.spi.whiteboard that return Registration Modifier and Type Method Description <T> RegistrationDefaultWhiteboard. register(Class<T> type, T service, Map<?,?> properties)<T> RegistrationWhiteboard. register(Class<T> type, T service, Map<?,?> properties)Publishes the given service to the whiteboard.static <T> RegistrationWhiteboardUtils. registerMBean(Whiteboard whiteboard, Class<T> iface, T bean, String type, String name)static <T> RegistrationWhiteboardUtils. registerMBean(Whiteboard whiteboard, Class<T> iface, T bean, String type, String name, Map<String,String> attrs)static RegistrationWhiteboardUtils. scheduleWithFixedDelay(Whiteboard whiteboard, Runnable runnable, long delayInSeconds)static RegistrationWhiteboardUtils. scheduleWithFixedDelay(Whiteboard whiteboard, Runnable runnable, long delayInSeconds, boolean runOnSingleClusterNode, boolean useDedicatedPool)static RegistrationWhiteboardUtils. scheduleWithFixedDelay(Whiteboard whiteboard, Runnable runnable, Map<String,Object> extraProps, long delayInSeconds, boolean runOnSingleClusterNode, boolean useDedicatedPool)static RegistrationWhiteboardUtils. scheduleWithFixedDelay(Whiteboard whiteboard, Runnable runnable, Map<String,Object> extraProps, long delayInSeconds, WhiteboardUtils.ScheduleExecutionInstanceTypes scheduleExecutionInstanceTypes, boolean useDedicatedPool)Constructors in org.apache.jackrabbit.oak.spi.whiteboard with parameters of type Registration Constructor Description CompositeRegistration(Registration... registrations)Constructor parameters in org.apache.jackrabbit.oak.spi.whiteboard with type arguments of type Registration Constructor Description CompositeRegistration(List<Registration> registrations)
-