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 org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine. -
-
Uses of FSFS in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSFS Modifier and Type Field Description private FSFSFSCommitEditor. myFSFSprivate FSFSFSCommitter. myFSFSprivate FSFSFSDeltaConsumer. myFSFSprivate FSFSFSFileRevisionsFinder. myFSFSprivate FSFSFSLocationsFinder. myFSFSprivate FSFSFSLog. myFSFSprivate FSFSFSNodeHistory. myFSFSprivate FSFSFSRepository. myFSFSprivate FSFSFSRoot. myFSFSprivate FSFSFSUpdateContext. myFSFSprivate FSFSFSRecoverer. myOwnerprivate FSFSFSReplayPathHandler. myOwnerMethods in org.tmatesoft.svn.core.internal.io.fs that return FSFS Modifier and Type Method Description FSFSFSRepository. getFSFS()FSFSFSRoot. getOwner()Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFS Modifier and Type Method Description static voidFSCommitter. abortTransaction(FSFS fsfs, java.lang.String txnId)voidFSCommitter. allowLockedOperation(FSFS fsfs, java.lang.String path, java.lang.String username, java.util.Collection<java.lang.String> lockTokens, boolean recursive, boolean haveWriteLock)static FSTransactionInfoFSTransactionRoot. beginTransaction(long baseRevision, int flags, FSFS owner)static FSTransactionInfoFSTransactionRoot. beginTransactionForCommit(long baseRevision, SVNProperties revisionProperties, FSFS owner)private FSInputStream.FSRepresentationStateFSInputStream. buildRepresentationList(FSRepresentation firstRep, java.util.LinkedList result, FSFS owner)static booleanFSNodeHistory. checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner)private voidFSOutputStream. checkRepresentation(FSFS fsfs, FSRepresentation representation, java.lang.Object hint)FSRepresentationFSRevisionNode. chooseDeltaBase(FSFS fsfsOwner)static java.io.InputStreamFSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner)static java.io.InputStreamFSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner)private static java.lang.StringFSTransactionRoot. createPre15TxnDir(long revision, FSFS owner)private static FSTransactionInfoFSTransactionRoot. createTxn(long baseRevision, FSFS owner)private static java.lang.StringFSTransactionRoot. createTxnDir(long revision, FSFS owner)static SVNErrorMessageFSErrors. errorAlreadyExists(FSRoot root, java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorCorruptLockFile(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorDanglingId(FSID id, FSFS owner)static SVNErrorMessageFSErrors. errorLockExpired(java.lang.String lockToken, FSFS owner)static SVNErrorMessageFSErrors. errorLockOwnerMismatch(java.lang.String username, java.lang.String lockOwner, FSFS owner)static SVNErrorMessageFSErrors. errorNoSuchLock(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNotDirectory(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNotFile(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNotMutable(long revision, java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNoUser(FSFS owner)static SVNErrorMessageFSErrors. errorPathAlreadyLocked(java.lang.String path, java.lang.String owner, FSFS fsfsOwner)static SVNErrorMessageFSErrors. errorTxnNotMutable(java.lang.String txnId, FSFS owner)FSRevisionNodeFSRevisionNode. getChildDirNode(java.lang.String childName, FSFS fsfsOwner)static FSWriteLockFSWriteLock. getDBLogsLock(FSFS owner, boolean exclusive)java.util.MapFSRevisionNode. getDirEntries(FSFS fsfsOwner)SVNPropertiesFSRevisionNode. getProperties(FSFS fsfsOwner)private FSRepresentationFSOutputStream. getSharedRepresentation(FSFS fsfs, FSRepresentation representation, java.util.Map<java.lang.String,FSRepresentation> representationsMap)static FSWriteLockFSWriteLock. getWriteLockForCurrentTxn(java.lang.String token, FSFS owner)static FSWriteLockFSWriteLock. getWriteLockForDB(FSFS owner)static FSWriteLockFSWriteLock. getWriteLockForTxn(java.lang.String txnID, FSFS owner)private voidFSHotCopier. hotCopy(FSFS srcOwner, FSFS dstOwner)static voidFSRepositoryUtil. loadRootChangesOffset(FSFS fsfs, long revision, FSFile file, long[] rootOffset, long[] changesOffset)static voidFSRepositoryUtil. loadRootChangesOffsetLogicalAddressing(FSFS fsfs, long revision, FSFile file, long index, long[] rootOffset, long[] changesOffset)private static longFSCommitter. merge(FSFS owner, java.lang.String targetPath, FSRevisionNode target, FSRevisionNode source, FSRevisionNode ancestor, FSTransactionRoot txnRoot, java.lang.StringBuffer conflictPath)static voidFSCommitter. mergeChanges(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, java.lang.StringBuffer conflictPath)static IFSRepresentationCacheManagerFSRepresentationCacheUtil. open(FSFS fsfs)voidFSPacker. pack(FSFS fsfs)private voidFSPacker. packImpl(FSFS fsfs)private voidFSPacker. packPhysicallyAddressed(FSFS fsfs, long shard, java.io.File shardPath, java.io.File packFile, java.io.File manifestFile)private voidFSPacker. packRevPropShard(FSFS fsfs, long shard, java.io.File shardPath, long maxPackSize)private voidFSPacker. packRevShard(FSFS fsfs, long shard, java.io.File shardPath)private voidFSPacker. packShard(FSFS fsfs, long shard, boolean packRevisionProperties)private static java.io.FileFSOutputStream. pathTxnSha1(FSFS fsfs, FSRepresentation representation, java.lang.String txnId)static voidFSRepositoryUtil. replay(FSFS fsfs, FSRoot root, java.lang.String basePath, long lowRevision, boolean sendDeltas, ISVNEditor editor)protected voidFSLocationsFinder. reset(FSFS fsfs)voidFSLog. 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)voidFSUpdateContext. 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)voidFSHotCopier. runHotCopy(FSFS srcOwner, java.io.File dstPath)static voidFSRepositoryUtil. 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)private static voidFSOutputStream. storeSha1RepMapping(FSFS fsfs, FSRepresentation representation)private static voidFSCommitter. updateAncestry(FSFS owner, FSID sourceId, FSID targetId)private voidFSHotCopier. writeFSType(FSFS dstOwner, java.lang.String fsType)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)FSInputStream(SVNDeltaCombiner combiner, FSRepresentation representation, FSFS owner)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
Fields in org.tmatesoft.svn.core.internal.io.fs.index declared as FSFS Modifier and Type Field Description private FSFSFSLogicalAddressingIndex. fsfsMethods in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSFS Modifier and Type Method Description static java.io.FileFSL2PProtoIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)static java.io.FileFSP2LProtoIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)static java.io.FileFSTransactionItemIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)static FSL2PProtoIndexFSL2PProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)static FSP2LProtoIndexFSP2LProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)static FSTransactionItemIndexFSTransactionItemIndex. 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
Fields in org.tmatesoft.svn.core.internal.io.fs.repcache declared as FSFS Modifier and Type Field Description private FSFSFSRepresentationCacheManager. myFSFSMethods in org.tmatesoft.svn.core.internal.io.fs.repcache with parameters of type FSFS Modifier and Type Method Description IFSRepresentationCacheManagerFSEmptyRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)static IFSRepresentationCacheManagerFSRepresentationCacheManager. openRepresentationCache(FSFS fsfs)IFSRepresentationCacheManagerFSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)IFSRepresentationCacheManagerIFSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs) -
Uses of FSFS in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as FSFS Modifier and Type Field Description private FSFSDefaultLoadHandler. myFSFSprivate FSFSSVNAdminDeltifier. myFSFSprivate FSFSSVNDumpEditor. myFSFSprivate FSFSSVNNodeEditor. myFSFSMethods in org.tmatesoft.svn.core.internal.wc that return FSFS Modifier and Type Method Description static FSFSSVNAdminHelper. openRepository(java.io.File reposRootPath, boolean openFS)static FSFSSVNAdminHelper. openRepositoryForRecovery(java.io.File reposRootPath)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type FSFS Modifier and Type Method Description private static voidSVNAdminHelper. addFileOrDir(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind)static voidSVNAdminHelper. closeRepository(FSFS fsfs)static voidSVNAdminHelper. deltifyDir(FSFS fsfs, FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath, ISVNEditor editor)private static voidSVNAdminHelper. deltifyDirs(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath)private static voidSVNAdminHelper. deltifyFiles(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath)private static voidSVNAdminHelper. deltifyProperties(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, boolean isDir)static longSVNAdminHelper. getRevisionNumber(SVNRevision revision, long youngestRevision, FSFS fsfs)private static voidSVNAdminHelper. replaceFileOrDir(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind)voidSVNDumpEditor. reset(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, java.lang.String rootPath, java.io.OutputStream dumpStream, boolean useDeltas, boolean isVerify)voidDefaultLoadHandler. 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) -
Uses of FSFS in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that return FSFS Modifier and Type Method Description private FSFSSVNLookClient. open(java.io.File repositoryRoot, java.lang.String transactionName)private FSFSSVNLookClient. open(java.io.File repositoryRoot, SVNRevision revision)Methods in org.tmatesoft.svn.core.wc.admin with parameters of type FSFS Modifier and Type Method Description private DefaultLoadHandlerSVNAdminClient. createLoadHandler(FSFS fsfs, boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir)private voidSVNAdminClient. dump(FSFS fsfs, java.io.OutputStream dumpStream, long start, long end, boolean isIncremental, boolean useDeltas)private SVNNodeEditorSVNLookClient. generateDeltaTree(FSFS fsfs, FSRoot root, long baseRevision)private SVNDumpEditorSVNAdminClient. getDumpEditor(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, java.lang.String rootPath, java.io.OutputStream dumpStream, boolean useDeltas, boolean isVerify)private voidSVNLookClient. getHistory(FSFS fsfs, java.lang.String path, long start, long end, long limit, boolean crossCopies, boolean includeIDs, ISVNHistoryHandler handler)private voidSVNLookClient. getTree(FSFS fsfs, FSRoot root, java.lang.String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler)private voidSVNAdminClient. verify(FSFS fsfs, long startRev, long endRev)private voidSVNAdminClient. writeRevisionRecord(java.io.OutputStream dumpStream, FSFS fsfs, long revision)
-