Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSFS
-
Packages that use FSFS Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.fs.index org.tmatesoft.svn.core.internal.io.fs.repcache org.tmatesoft.svn.core.internal.wc -
-
Uses of FSFS in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSFS Modifier and Type Method Description FSFS
FSRepository. getFSFS()
FSFS
FSRoot. getOwner()
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFS Modifier and Type Method Description static void
FSCommitter. abortTransaction(FSFS fsfs, java.lang.String txnId)
void
FSCommitter. allowLockedOperation(FSFS fsfs, java.lang.String path, java.lang.String username, java.util.Collection<java.lang.String> lockTokens, boolean recursive, boolean haveWriteLock)
static FSTransactionInfo
FSTransactionRoot. beginTransaction(long baseRevision, int flags, FSFS owner)
static FSTransactionInfo
FSTransactionRoot. beginTransactionForCommit(long baseRevision, SVNProperties revisionProperties, FSFS owner)
static boolean
FSNodeHistory. checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner)
FSRepresentation
FSRevisionNode. chooseDeltaBase(FSFS fsfsOwner)
static java.io.InputStream
FSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner)
static java.io.InputStream
FSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner)
static SVNErrorMessage
FSErrors. errorAlreadyExists(FSRoot root, java.lang.String path, FSFS owner)
static SVNErrorMessage
FSErrors. errorCorruptLockFile(java.lang.String path, FSFS owner)
static SVNErrorMessage
FSErrors. errorDanglingId(FSID id, FSFS owner)
static SVNErrorMessage
FSErrors. errorLockExpired(java.lang.String lockToken, FSFS owner)
static SVNErrorMessage
FSErrors. errorLockOwnerMismatch(java.lang.String username, java.lang.String lockOwner, FSFS owner)
static SVNErrorMessage
FSErrors. errorNoSuchLock(java.lang.String path, FSFS owner)
static SVNErrorMessage
FSErrors. errorNotDirectory(java.lang.String path, FSFS owner)
static SVNErrorMessage
FSErrors. errorNotFile(java.lang.String path, FSFS owner)
static SVNErrorMessage
FSErrors. errorNotMutable(long revision, java.lang.String path, FSFS owner)
static SVNErrorMessage
FSErrors. errorNoUser(FSFS owner)
static SVNErrorMessage
FSErrors. errorPathAlreadyLocked(java.lang.String path, java.lang.String owner, FSFS fsfsOwner)
static SVNErrorMessage
FSErrors. errorTxnNotMutable(java.lang.String txnId, FSFS owner)
FSRevisionNode
FSRevisionNode. getChildDirNode(java.lang.String childName, FSFS fsfsOwner)
static FSWriteLock
FSWriteLock. getDBLogsLock(FSFS owner, boolean exclusive)
java.util.Map
FSRevisionNode. getDirEntries(FSFS fsfsOwner)
SVNProperties
FSRevisionNode. getProperties(FSFS fsfsOwner)
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)
static void
FSRepositoryUtil. loadRootChangesOffset(FSFS fsfs, long revision, FSFile file, long[] rootOffset, long[] changesOffset)
static void
FSRepositoryUtil. loadRootChangesOffsetLogicalAddressing(FSFS fsfs, long revision, FSFile file, long index, long[] rootOffset, long[] changesOffset)
static void
FSCommitter. mergeChanges(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, java.lang.StringBuffer conflictPath)
static IFSRepresentationCacheManager
FSRepresentationCacheUtil. open(FSFS fsfs)
void
FSPacker. pack(FSFS fsfs)
static void
FSRepositoryUtil. replay(FSFS fsfs, FSRoot root, java.lang.String basePath, long lowRevision, boolean sendDeltas, ISVNEditor editor)
protected void
FSLocationsFinder. reset(FSFS fsfs)
void
FSLog. reset(FSFS owner, java.lang.String[] paths, long limit, long start, long end, boolean descending, boolean discoverChangedPaths, boolean strictNode, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)
void
FSUpdateContext. reset(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFrom, ISVNEditor editor)
void
FSHotCopier. runHotCopy(FSFS srcOwner, java.io.File dstPath)
static void
FSRepositoryUtil. sendTextDelta(ISVNEditor editor, java.lang.String editPath, java.lang.String sourcePath, java.lang.String hexDigest, FSRevisionRoot sourceRoot, java.lang.String targetPath, FSRoot targetRoot, boolean sendDeltas, SVNDeltaCombiner deltaCombiner, SVNDeltaGenerator deltaGenerator, FSFS fsfs)
Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFS Constructor Description FSCommitEditor(java.lang.String path, java.lang.String logMessage, java.lang.String userName, java.util.Map<java.lang.String,java.lang.String> lockTokens, boolean keepLocks, FSTransactionInfo txn, FSFS owner, FSRepository repository)
FSCommitEditor(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> lockTokens, boolean keepLocks, FSTransactionInfo txn, FSFS owner, FSRepository repository, SVNProperties revProps)
FSCommitter(FSFS fsfs, FSTransactionRoot txnRoot, FSTransactionInfo txn, java.util.Collection<java.lang.String> lockTokens, java.lang.String author)
FSDeltaConsumer(java.lang.String basePath, FSTransactionRoot txnRoot, FSFS fsfs, FSCommitter committer, java.lang.String author, java.util.Collection lockTokens)
FSFileRevisionsFinder(FSFS fsfs)
FSLocationsFinder(FSFS fsfs)
FSLog(FSFS owner, java.lang.String[] paths, long limit, long start, long end, boolean descending, boolean discoverChangedPaths, boolean strictNode, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)
FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
FSRecoverer(FSFS owner, ISVNCanceller canceller)
FSReplayPathHandler(FSFS owner, FSRoot root, FSRoot compareRoot, java.util.Map changedPaths, java.lang.String basePath, long lowRevision)
FSRevisionRoot(FSFS owner, long revision)
FSRoot(FSFS owner)
FSTransactionRoot(FSFS owner, java.lang.String txnID, long baseRevision, int flags)
FSUpdateContext(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor)
-
Uses of FSFS in org.tmatesoft.svn.core.internal.io.fs.index
Methods in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSFS Modifier and Type Method Description static java.io.File
FSL2PProtoIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)
static java.io.File
FSP2LProtoIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)
static java.io.File
FSTransactionItemIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)
static FSL2PProtoIndex
FSL2PProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)
static FSP2LProtoIndex
FSP2LProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)
static FSTransactionItemIndex
FSTransactionItemIndex. open(FSFS fsfs, java.lang.String txnId)
Constructors in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSFS Constructor Description FSLogicalAddressingIndex(FSFS fsfs, FSFile myFile)
-
Uses of FSFS in org.tmatesoft.svn.core.internal.io.fs.repcache
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache with parameters of type FSFS Modifier and Type Method Description IFSRepresentationCacheManager
FSEmptyRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
static IFSRepresentationCacheManager
FSRepresentationCacheManager. openRepresentationCache(FSFS fsfs)
IFSRepresentationCacheManager
FSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
IFSRepresentationCacheManager
IFSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)
-
Uses of FSFS in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return FSFS Modifier and Type Method Description static FSFS
SVNAdminHelper. openRepository(java.io.File reposRootPath, boolean openFS)
static FSFS
SVNAdminHelper. openRepositoryForRecovery(java.io.File reposRootPath)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type FSFS Modifier and Type Method Description static void
SVNAdminHelper. closeRepository(FSFS fsfs)
static void
SVNAdminHelper. deltifyDir(FSFS fsfs, FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath, ISVNEditor editor)
static long
SVNAdminHelper. getRevisionNumber(SVNRevision revision, long youngestRevision, FSFS fsfs)
void
SVNDumpEditor. reset(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, java.lang.String rootPath, java.io.OutputStream dumpStream, boolean useDeltas, boolean isVerify)
void
DefaultLoadHandler. setFSFS(FSFS fsfs)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type FSFS Constructor Description SVNAdminDeltifier(FSFS fsfs, SVNDepth depth, boolean includeEntryProperties, boolean ignoreAncestry, boolean sendTextDeltas, ISVNEditor editor)
SVNDumpEditor(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, java.lang.String rootPath, java.io.OutputStream dumpStream, boolean useDeltas, boolean isVerify)
SVNNodeEditor(FSFS fsfs, FSRoot baseRoot, ISVNEventHandler handler)
-