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 FSWriteLockFSWriteLock. getDBLogsLock(FSFS owner, boolean exclusive)static FSWriteLockFSWriteLock. getWriteLockForCurrentTxn(java.lang.String token, FSFS owner)static FSWriteLockFSWriteLock. getWriteLockForDB(FSFS owner)static FSWriteLockFSWriteLock. 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 voidFSWriteLock. release(FSWriteLock lock)
-