Package | Description |
---|---|
org.apache.jackrabbit.core.state |
Modifier and Type | Method and Description |
---|---|
ISMLocking.WriteLock |
ISMLocking.acquireWriteLock(ChangeLog changeLog)
Acquires a write lock for the given
changeLog . |
ISMLocking.WriteLock |
FineGrainedISMLocking.acquireWriteLock(ChangeLog changeLog)
Acquires a write lock for the given
changeLog . |
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.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.