Uses of Interface
org.apache.jackrabbit.core.state.ISMLocking.WriteLock
-
Packages that use ISMLocking.WriteLock Package Description org.apache.jackrabbit.core.state -
-
Uses of ISMLocking.WriteLock in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that return ISMLocking.WriteLock Modifier and Type Method Description ISMLocking.WriteLock
DefaultISMLocking. acquireWriteLock(ChangeLog changeLog)
Increments the writer count, sets the writer identifier and returns the acquired write lock once there are no other active readers or writers or the current writer shares the thread id with this writer.ISMLocking.WriteLock
FineGrainedISMLocking. acquireWriteLock(ChangeLog changeLog)
Acquires a write lock for the givenchangeLog
.ISMLocking.WriteLock
ISMLocking. acquireWriteLock(ChangeLog changeLog)
Acquires a write lock for the givenchangeLog
.
-