Uses of Class
org.apache.jackrabbit.core.cluster.ClusterRecord
-
Packages that use ClusterRecord Package Description org.apache.jackrabbit.core.cluster -
-
Uses of ClusterRecord in org.apache.jackrabbit.core.cluster
Subclasses of ClusterRecord in org.apache.jackrabbit.core.cluster Modifier and Type Class Description class
ChangeLogRecord
Cluster record representing a workspace or version update.class
LockRecord
Cluster record representing a lock or unlock operation.class
NamespaceRecord
Cluster record representing a namespace registration, reregistration or unregistration.class
NodeTypeRecord
Cluster record representing a node type registration, re-registration or unregistration.class
PrivilegeRecord
PrivilegeRecord
...class
WorkspaceRecord
Record for propagating workspace modifications across the cluster.Methods in org.apache.jackrabbit.core.cluster that return ClusterRecord Modifier and Type Method Description ClusterRecord
ClusterRecordDeserializer. deserialize(Record record)
Deserialize a cluster record.ClusterRecord
DefaultClusterOperation. getRecord()
Return the record.Constructors in org.apache.jackrabbit.core.cluster with parameters of type ClusterRecord Constructor Description DefaultClusterOperation(ClusterNode clusterNode, ClusterRecord record)
Create an instance of this class.
-