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 ClusterNodeRepositoryImpl. createClusterNode()Creates the cluster node.ClusterNodeRepositoryContext. getClusterNode()Returns the cluster node instance of this repository, ornullif 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 anObservationManagerinstance. - 
Uses of ClusterNode in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query that return ClusterNode Modifier and Type Method Description ClusterNodeQueryHandlerContext. getClusterNode()Returns the cluster node instance of this repository, ornullif clustering is not enabled. 
 -