Package org.apache.jackrabbit.oak.jcr.session
-
Interface Summary Interface Description OakJcrConstants RefreshStrategy Implementations of this interface determine whether a session needs to be refreshed before the next session operation is performed. -
Class Summary Class Description NodeImpl<T extends NodeDelegate> TODO documentPropertyImpl TODO documentRefreshStrategy.Composite Composite of zero or moreRefreshStrategyinstances, each of which covers a certain strategy.RefreshStrategy.Timed This refresh strategy refreshes after a given timeout of inactivity.SessionContext Instances of this class are passed to all JCR implementation classes (e.g.SessionImpl TODO documentSessionNamespaces SessionNamespacesimplements namespace handling on the JCR Session level.SessionSaveDelayer A delay mechanism for Session.save() operations.SessionSaveDelayerConfig Configuration parser for a session save delay JSON configuration:SessionSaveDelayerConfig.DelayEntry SessionStats SessionStats.Counters WorkspaceImpl TODO document