Uses of Interface
org.apache.jackrabbit.core.cluster.ClusterOperation
-
Packages that use ClusterOperation Package Description org.apache.jackrabbit.core.cluster -
-
Uses of ClusterOperation in org.apache.jackrabbit.core.cluster
Classes in org.apache.jackrabbit.core.cluster that implement ClusterOperation Modifier and Type Class Description class
DefaultClusterOperation
Default cluster operation implementation.Methods in org.apache.jackrabbit.core.cluster that return ClusterOperation Modifier and Type Method Description ClusterOperation
LockEventChannel. create(NodeId nodeId)
Create a new cluster operation that should be used to inform other instances in the cluster.ClusterOperation
LockEventChannel. create(NodeId nodeId, boolean deep, String owner)
Create a new cluster operation that should be used to inform other instances in the cluster.
-