Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSWriteLock
-
Packages that use FSWriteLock Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of FSWriteLock in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSWriteLock Modifier and Type Method Description static FSWriteLock
FSWriteLock. getDBLogsLock(FSFS owner, boolean exclusive)
static FSWriteLock
FSWriteLock. getWriteLockForCurrentTxn(java.lang.String token, FSFS owner)
static FSWriteLock
FSWriteLock. getWriteLockForDB(FSFS owner)
static FSWriteLock
FSWriteLock. getWriteLockForTxn(java.lang.String txnID, FSFS owner)
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSWriteLock Modifier and Type Method Description static void
FSWriteLock. release(FSWriteLock lock)
-