Uses of Class
org.apache.jackrabbit.core.cluster.ClusterNode
-
Packages that use ClusterNode Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.observation org.apache.jackrabbit.core.query -
-
Uses of ClusterNode in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return ClusterNode Modifier and Type Method Description protected ClusterNode
RepositoryImpl. createClusterNode()
Creates the cluster node.ClusterNode
RepositoryContext. getClusterNode()
Returns the cluster node instance of this repository, ornull
if clustering is not enabled. -
Uses of ClusterNode in org.apache.jackrabbit.core.cluster
Constructors in org.apache.jackrabbit.core.cluster with parameters of type ClusterNode Constructor Description DefaultClusterOperation(ClusterNode clusterNode, ClusterRecord record)
Create an instance of this class. -
Uses of ClusterNode in org.apache.jackrabbit.core.observation
Constructors in org.apache.jackrabbit.core.observation with parameters of type ClusterNode Constructor Description ObservationManagerImpl(ObservationDispatcher dispatcher, SessionImpl session, ClusterNode clusterNode)
Creates anObservationManager
instance. -
Uses of ClusterNode in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query that return ClusterNode Modifier and Type Method Description ClusterNode
QueryHandlerContext. getClusterNode()
Returns the cluster node instance of this repository, ornull
if clustering is not enabled.
-