Uses of Interface
org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard
-
-
Uses of Whiteboard in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak that return Whiteboard Modifier and Type Method Description @NotNull WhiteboardOak. getWhiteboard()Methods in org.apache.jackrabbit.oak with parameters of type Whiteboard Modifier and Type Method Description @NotNull OakOak. with(@NotNull Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.console
Methods in org.apache.jackrabbit.oak.console that return Whiteboard Modifier and Type Method Description WhiteboardConsoleSession. getWhiteboard()Methods in org.apache.jackrabbit.oak.console with parameters of type Whiteboard Modifier and Type Method Description static ConsoleSessionConsoleSession. create(NodeStore store, Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.index
Constructors in org.apache.jackrabbit.oak.index with parameters of type Whiteboard Constructor Description ExtendedIndexHelper(NodeStore store, BlobStore blobStore, Whiteboard whiteboard, File outputDir, File workDir, List<String> indexPaths)IndexHelper(NodeStore store, BlobStore blobStore, Whiteboard whiteboard, File outputDir, File workDir, List<String> indexPaths) -
Uses of Whiteboard in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr with parameters of type Whiteboard Modifier and Type Method Description @NotNull JcrJcr. with(@NotNull Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.jcr.observation
Constructors in org.apache.jackrabbit.oak.jcr.observation with parameters of type Whiteboard Constructor Description ObservationManagerImpl(SessionContext sessionContext, ReadOnlyNodeTypeManager nodeTypeManager, Whiteboard whiteboard, int queueLength, CommitRateLimiter commitRateLimiter)Create a new instance based on aContentSessionthat needs to implementObservable. -
Uses of Whiteboard in org.apache.jackrabbit.oak.jcr.osgi
Constructors in org.apache.jackrabbit.oak.jcr.osgi with parameters of type Whiteboard Constructor Description OsgiRepository(ContentRepository repository, Whiteboard whiteboard, SecurityProvider securityProvider, int observationQueueLength, CommitRateLimiter commitRateLimiter, boolean fastQueryResultSize) -
Uses of Whiteboard in org.apache.jackrabbit.oak.jcr.repository
Fields in org.apache.jackrabbit.oak.jcr.repository declared as Whiteboard Modifier and Type Field Description protected WhiteboardRepositoryImpl. whiteboardConstructors in org.apache.jackrabbit.oak.jcr.repository with parameters of type Whiteboard Constructor Description RepositoryImpl(@NotNull ContentRepository contentRepository, @NotNull Whiteboard whiteboard, @NotNull SecurityProvider securityProvider, int observationQueueLength, CommitRateLimiter commitRateLimiter)Constructor used for backward compatibility.RepositoryImpl(@NotNull ContentRepository contentRepository, @NotNull Whiteboard whiteboard, @NotNull SecurityProvider securityProvider, int observationQueueLength, CommitRateLimiter commitRateLimiter, boolean fastQueryResultSize, boolean createSessionMBeans) -
Uses of Whiteboard in org.apache.jackrabbit.oak.jcr.session
Constructors in org.apache.jackrabbit.oak.jcr.session with parameters of type Whiteboard Constructor Description SessionContext(@NotNull Repository repository, @NotNull StatisticManager statisticManager, @NotNull SecurityProvider securityProvider, @NotNull Whiteboard whiteboard, @NotNull Map<String,Object> attributes, @NotNull SessionDelegate delegate, int observationQueueLength, CommitRateLimiter commitRateLimiter)SessionContext(@NotNull Repository repository, @NotNull StatisticManager statisticManager, @NotNull SecurityProvider securityProvider, @NotNull Whiteboard whiteboard, @NotNull Map<String,Object> attributes, @NotNull SessionDelegate delegate, int observationQueueLength, CommitRateLimiter commitRateLimiter, MountInfoProvider mountInfoProvider, @Nullable BlobAccessProvider blobAccessProvider, @Nullable SessionQuerySettings sessionQuerySettings)SessionSaveDelayer(@NotNull Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.jcr.version
Constructors in org.apache.jackrabbit.oak.jcr.version with parameters of type Whiteboard Constructor Description FrozenNodeLogger(@NotNull Clock clock, @NotNull Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.management
Constructors in org.apache.jackrabbit.oak.management with parameters of type Whiteboard Constructor Description RepositoryManager(@NotNull Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.osgi
Classes in org.apache.jackrabbit.oak.osgi that implement Whiteboard Modifier and Type Class Description classOsgiWhiteboardOSGi-based whiteboard implementation. -
Uses of Whiteboard in org.apache.jackrabbit.oak.plugins.atomic
Constructors in org.apache.jackrabbit.oak.plugins.atomic with parameters of type Whiteboard Constructor Description AtomicCounterEditor(@NotNull NodeBuilder builder, @Nullable String instanceId, @Nullable ScheduledExecutorService executor, @Nullable NodeStore store, @Nullable Whiteboard board)Create an instance of the editor for atomic increments. -
Uses of Whiteboard in org.apache.jackrabbit.oak.plugins.blob
Constructors in org.apache.jackrabbit.oak.plugins.blob with parameters of type Whiteboard Constructor Description MarkSweepGarbageCollector(BlobReferenceRetriever marker, GarbageCollectableBlobStore blobStore, Executor executor, long maxLastModifiedInterval, @Nullable String repositoryId, @Nullable Whiteboard whiteboard, @Nullable StatisticsProvider statisticsProvider)Instantiates a new blob garbage collector.MarkSweepGarbageCollector(BlobReferenceRetriever marker, GarbageCollectableBlobStore blobStore, Executor executor, String root, int batchCount, long maxLastModifiedInterval, boolean checkConsistencyAfterGc, boolean sweepIfRefsPastRetention, @Nullable String repositoryId, @Nullable Whiteboard whiteboard, @Nullable StatisticsProvider statisticsProvider)Creates an instance of MarkSweepGarbageCollector -
Uses of Whiteboard in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type Whiteboard Modifier and Type Method Description @Nullable MarkSweepGarbageCollectorDocumentNodeStore. createBlobGarbageCollector(long blobGcMaxAgeInSecs, String repositoryId, Whiteboard whiteboard, StatisticsProvider statisticsProvider)Creates and returns a MarkSweepGarbageCollector if the current BlobStore supports garbage collection -
Uses of Whiteboard in org.apache.jackrabbit.oak.plugins.index
Constructors in org.apache.jackrabbit.oak.plugins.index with parameters of type Whiteboard Constructor Description IndexMBeanRegistration(Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.run
Methods in org.apache.jackrabbit.oak.run with parameters of type Whiteboard Modifier and Type Method Description static @Nullable MetricsExporterFixtureMetricsExporterFixtureProvider. create(DataStoreOptions options, Whiteboard wb) -
Uses of Whiteboard in org.apache.jackrabbit.oak.run.cli
Classes in org.apache.jackrabbit.oak.run.cli that implement Whiteboard Modifier and Type Class Description static classNodeStoreFixtureProvider.ClosingWhiteboardMethods in org.apache.jackrabbit.oak.run.cli that return Whiteboard Modifier and Type Method Description WhiteboardNodeStoreFixture. getWhiteboard()WhiteboardOptions. getWhiteboard()Methods in org.apache.jackrabbit.oak.run.cli with parameters of type Whiteboard Modifier and Type Method Description static StatisticsProviderNodeStoreFixtureProvider. createStatsProvider(Whiteboard wb, Closer closer)Constructors in org.apache.jackrabbit.oak.run.cli with parameters of type Whiteboard Constructor Description ClosingWhiteboard(Whiteboard delegate, Closer closer) -
Uses of Whiteboard in org.apache.jackrabbit.oak.security
Methods in org.apache.jackrabbit.oak.security that return Whiteboard Modifier and Type Method Description @Nullable WhiteboardSecurityProviderImpl. getWhiteboard()Deprecated.Methods in org.apache.jackrabbit.oak.security with parameters of type Whiteboard Modifier and Type Method Description voidSecurityProviderImpl. setWhiteboard(@NotNull Whiteboard whiteboard)Deprecated. -
Uses of Whiteboard in org.apache.jackrabbit.oak.security.internal
Methods in org.apache.jackrabbit.oak.security.internal with parameters of type Whiteboard Modifier and Type Method Description SecurityProviderBuilderSecurityProviderBuilder. withWhiteboard(@NotNull Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.spi.security.authentication
Methods in org.apache.jackrabbit.oak.spi.security.authentication that return Whiteboard Modifier and Type Method Description protected @Nullable WhiteboardAbstractLoginModule. getWhiteboard()Tries to obtain theWhiteboardobject from the callback handler using a new WhiteboardCallback and keeps the value as private field. -
Uses of Whiteboard in org.apache.jackrabbit.oak.spi.security.authentication.callback
Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback that return Whiteboard Modifier and Type Method Description WhiteboardWhiteboardCallback. getWhiteboard()Returns the whiteboard as set usingWhiteboardCallback.setWhiteboard(Whiteboard)ornull.Methods in org.apache.jackrabbit.oak.spi.security.authentication.callback with parameters of type Whiteboard Modifier and Type Method Description voidWhiteboardCallback. setWhiteboard(Whiteboard whiteboard)Sets theWhiteboardthat is being used during the authentication process. -
Uses of Whiteboard in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type Whiteboard Constructor Description ExternalIDPManagerImpl(Whiteboard whiteboard)Constructor used by non OSGiSyncManagerImpl(Whiteboard whiteboard)Constructor used by non OSGi -
Uses of Whiteboard in org.apache.jackrabbit.oak.spi.toggle
Methods in org.apache.jackrabbit.oak.spi.toggle with parameters of type Whiteboard Modifier and Type Method Description static FeatureFeature. newFeature(String name, Whiteboard whiteboard)Creates a newFeaturewith the given name and registers the correspondingFeatureToggleon theWhiteboard. -
Uses of Whiteboard in org.apache.jackrabbit.oak.spi.whiteboard
Classes in org.apache.jackrabbit.oak.spi.whiteboard that implement Whiteboard Modifier and Type Class Description classDefaultWhiteboardMethods in org.apache.jackrabbit.oak.spi.whiteboard that return Whiteboard Modifier and Type Method Description @Nullable WhiteboardWhiteboardAware. getWhiteboard()Returns the whiteboardMethods in org.apache.jackrabbit.oak.spi.whiteboard with parameters of type Whiteboard Modifier and Type Method Description static <T> TWhiteboardUtils. getService(@NotNull Whiteboard wb, @NotNull Class<T> type)Returns the one of the currently available services from the whiteboard of the tracked type.static <T> TWhiteboardUtils. getService(@NotNull Whiteboard wb, @NotNull Class<T> type, @Nullable Predicate<T> predicate)Returns the one of the currently available services from the whiteboard of the tracked type.static <T> @NotNull List<T>WhiteboardUtils. getServices(@NotNull Whiteboard wb, @NotNull Class<T> type)Returns the currently available services from the whiteboard of the tracked type.static <T> @NotNull List<T>WhiteboardUtils. getServices(@NotNull Whiteboard wb, @NotNull Class<T> type, @Nullable Predicate<T> predicate)Returns the currently available services from the whiteboard of the tracked type.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)voidWhiteboardAware. setWhiteboard(@NotNull Whiteboard whiteboard)Sets the whiteboard.voidAbstractServiceTracker. start(Whiteboard whiteboard) -
Uses of Whiteboard in org.apache.jackrabbit.oak.stats
Constructors in org.apache.jackrabbit.oak.stats with parameters of type Whiteboard Constructor Description StatisticManager(Whiteboard whiteboard, ScheduledExecutorService executor)Create a new instance of this class registering all repository wide statistics with the passedwhiteboard.
-