@Deprecated public class JahiaMixedISMLocking extends Object implements org.apache.jackrabbit.core.state.ISMLocking
JahiaMixedISMLocking is a mix of the FineGrainedISMLocking (for synchronizing
changes from other nodes) and the coarse grained global lock like DefaultISMLocking (for writes
to repository initiated on the current VM).| Constructor and Description |
|---|
JahiaMixedISMLocking()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.core.state.ISMLocking.ReadLock |
acquireReadLock(org.apache.jackrabbit.core.id.ItemId id)
Deprecated.
|
org.apache.jackrabbit.core.state.ISMLocking.WriteLock |
acquireWriteLock(org.apache.jackrabbit.core.state.ChangeLog changeLog)
Deprecated.
|
public org.apache.jackrabbit.core.state.ISMLocking.ReadLock acquireReadLock(org.apache.jackrabbit.core.id.ItemId id)
throws InterruptedException
acquireReadLock in interface org.apache.jackrabbit.core.state.ISMLockingInterruptedExceptionpublic org.apache.jackrabbit.core.state.ISMLocking.WriteLock acquireWriteLock(org.apache.jackrabbit.core.state.ChangeLog changeLog)
throws InterruptedException
acquireWriteLock in interface org.apache.jackrabbit.core.state.ISMLockingInterruptedExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.