Uses of Interface
org.apache.jackrabbit.core.journal.JournalFactory
-
Packages that use JournalFactory Package Description org.apache.jackrabbit.core.config -
-
Uses of JournalFactory in org.apache.jackrabbit.core.config
Classes in org.apache.jackrabbit.core.config that implement JournalFactory Modifier and Type Class Description class
ClusterConfig
Cluster configuration.Methods in org.apache.jackrabbit.core.config that return JournalFactory Modifier and Type Method Description protected JournalFactory
RepositoryConfigurationParser. getJournalFactory(Element cluster, File home, String id)
Parses journal configuration.Constructors in org.apache.jackrabbit.core.config with parameters of type JournalFactory Constructor Description ClusterConfig(String id, long syncDelay, long stopDelay, JournalFactory jf)
Creates a new cluster configuration.ClusterConfig(String id, long syncDelay, JournalFactory jf)
Creates a new cluster configuration.
-