Uses of Interface
org.apache.jackrabbit.oak.jcr.session.RefreshStrategy
-
Packages that use RefreshStrategy Package Description org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.jcr.session -
-
Uses of RefreshStrategy in org.apache.jackrabbit.oak.jcr.delegate
Constructors in org.apache.jackrabbit.oak.jcr.delegate with parameters of type RefreshStrategy Constructor Description SessionDelegate(@NotNull ContentSession contentSession, @NotNull SecurityProvider securityProvider, @NotNull RefreshStrategy refreshStrategy, @NotNull ThreadLocal<Long> threadSaveCount, @NotNull StatisticManager statisticManager, @NotNull Clock clock, @NotNull SessionSaveDelayer sessionSaveDelayer)Create a new session delegate for aContentSession. -
Uses of RefreshStrategy in org.apache.jackrabbit.oak.jcr.session
Classes in org.apache.jackrabbit.oak.jcr.session that implement RefreshStrategy Modifier and Type Class Description static classRefreshStrategy.CompositeComposite of zero or moreRefreshStrategyinstances, each of which covers a certain strategy.static classRefreshStrategy.TimedThis refresh strategy refreshes after a given timeout of inactivity.Methods in org.apache.jackrabbit.oak.jcr.session that return RefreshStrategy Modifier and Type Method Description static RefreshStrategyRefreshStrategy.Composite. create(RefreshStrategy... refreshStrategies)Methods in org.apache.jackrabbit.oak.jcr.session with parameters of type RefreshStrategy Modifier and Type Method Description static RefreshStrategyRefreshStrategy.Composite. create(RefreshStrategy... refreshStrategies)Constructors in org.apache.jackrabbit.oak.jcr.session with parameters of type RefreshStrategy Constructor Description SessionStats(String sessionId, AuthInfo authInfo, Clock clock, RefreshStrategy refreshStrategy, SessionDelegate sessionDelegate, StatisticManager statisticManager)
-