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
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSWriteLock Modifier and Type Field Description private FSWriteLockFSOutputStream. myTxnLockMethods 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)private voidFSOutputStream. reset(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, FSWriteLock txnLock)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSWriteLock Constructor Description FSOutputStream(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, boolean compress, FSWriteLock txnLock)
-