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 |
Modifier and Type | Method and Description |
---|---|
FSFS |
FSRepository.getFSFS() |
FSFS |
FSRoot.getOwner() |
Modifier and Type | Method and Description |
---|---|
static void |
FSCommitter.abortTransaction(FSFS fsfs,
String txnId) |
void |
FSCommitter.allowLockedOperation(FSFS fsfs,
String path,
String username,
Collection<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(String fsPath,
long pegRev,
long futureRev,
FSFS owner) |
FSRepresentation |
FSRevisionNode.chooseDeltaBase(FSFS fsfsOwner) |
static InputStream |
FSInputStream.createDeltaStream(SVNDeltaCombiner combiner,
FSRepresentation fileRep,
FSFS owner) |
static InputStream |
FSInputStream.createDeltaStream(SVNDeltaCombiner combiner,
FSRevisionNode fileNode,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorAlreadyExists(FSRoot root,
String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorCorruptLockFile(String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorDanglingId(FSID id,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorLockExpired(String lockToken,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorLockOwnerMismatch(String username,
String lockOwner,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNoSuchLock(String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNotDirectory(String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNotFile(String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNotMutable(long revision,
String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNoUser(FSFS owner) |
static SVNErrorMessage |
FSErrors.errorPathAlreadyLocked(String path,
String owner,
FSFS fsfsOwner) |
static SVNErrorMessage |
FSErrors.errorTxnNotMutable(String txnId,
FSFS owner) |
FSRevisionNode |
FSRevisionNode.getChildDirNode(String childName,
FSFS fsfsOwner) |
static FSWriteLock |
FSWriteLock.getDBLogsLock(FSFS owner,
boolean exclusive) |
Map |
FSRevisionNode.getDirEntries(FSFS fsfsOwner) |
SVNProperties |
FSRevisionNode.getProperties(FSFS fsfsOwner) |
static FSWriteLock |
FSWriteLock.getWriteLockForCurrentTxn(String token,
FSFS owner) |
static FSWriteLock |
FSWriteLock.getWriteLockForDB(FSFS owner) |
static FSWriteLock |
FSWriteLock.getWriteLockForTxn(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,
StringBuffer conflictPath) |
static IFSRepresentationCacheManager |
FSRepresentationCacheUtil.open(FSFS fsfs) |
void |
FSPacker.pack(FSFS fsfs) |
static void |
FSRepositoryUtil.replay(FSFS fsfs,
FSRoot root,
String basePath,
long lowRevision,
boolean sendDeltas,
ISVNEditor editor) |
protected void |
FSLocationsFinder.reset(FSFS fsfs) |
void |
FSLog.reset(FSFS owner,
String[] paths,
long limit,
long start,
long end,
boolean descending,
boolean discoverChangedPaths,
boolean strictNode,
boolean includeMergedRevisions,
String[] revPropNames,
ISVNLogEntryHandler handler) |
void |
FSUpdateContext.reset(FSRepository repository,
FSFS owner,
long revision,
File reportFile,
String target,
String targetPath,
boolean isSwitch,
SVNDepth depth,
boolean ignoreAncestry,
boolean textDeltas,
boolean sendCopyFrom,
ISVNEditor editor) |
void |
FSHotCopier.runHotCopy(FSFS srcOwner,
File dstPath) |
static void |
FSRepositoryUtil.sendTextDelta(ISVNEditor editor,
String editPath,
String sourcePath,
String hexDigest,
FSRevisionRoot sourceRoot,
String targetPath,
FSRoot targetRoot,
boolean sendDeltas,
SVNDeltaCombiner deltaCombiner,
SVNDeltaGenerator deltaGenerator,
FSFS fsfs) |
Constructor and Description |
---|
FSCommitEditor(String path,
Map<String,String> lockTokens,
boolean keepLocks,
FSTransactionInfo txn,
FSFS owner,
FSRepository repository,
SVNProperties revProps) |
FSCommitEditor(String path,
String logMessage,
String userName,
Map<String,String> lockTokens,
boolean keepLocks,
FSTransactionInfo txn,
FSFS owner,
FSRepository repository) |
FSCommitter(FSFS fsfs,
FSTransactionRoot txnRoot,
FSTransactionInfo txn,
Collection<String> lockTokens,
String author) |
FSDeltaConsumer(String basePath,
FSTransactionRoot txnRoot,
FSFS fsfs,
FSCommitter committer,
String author,
Collection lockTokens) |
FSFileRevisionsFinder(FSFS fsfs) |
FSLocationsFinder(FSFS fsfs) |
FSLog(FSFS owner,
String[] paths,
long limit,
long start,
long end,
boolean descending,
boolean discoverChangedPaths,
boolean strictNode,
boolean includeMergedRevisions,
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,
Map changedPaths,
String basePath,
long lowRevision) |
FSRevisionRoot(FSFS owner,
long revision) |
FSRoot(FSFS owner) |
FSTransactionRoot(FSFS owner,
String txnID,
long baseRevision,
int flags) |
FSUpdateContext(FSRepository repository,
FSFS owner,
long revision,
File reportFile,
String target,
String targetPath,
boolean isSwitch,
SVNDepth depth,
boolean ignoreAncestry,
boolean textDeltas,
boolean sendCopyFromArgs,
ISVNEditor editor) |
Modifier and Type | Method and Description |
---|---|
static File |
FSTransactionItemIndex.getIndexPath(FSFS fsfs,
String txnId) |
static File |
FSP2LProtoIndex.getIndexPath(FSFS fsfs,
String txnId) |
static File |
FSL2PProtoIndex.getIndexPath(FSFS fsfs,
String txnId) |
static FSTransactionItemIndex |
FSTransactionItemIndex.open(FSFS fsfs,
String txnId) |
static FSP2LProtoIndex |
FSP2LProtoIndex.open(FSFS fsfs,
String txnId,
boolean append) |
static FSL2PProtoIndex |
FSL2PProtoIndex.open(FSFS fsfs,
String txnId,
boolean append) |
Constructor and Description |
---|
FSLogicalAddressingIndex(FSFS fsfs,
FSFile myFile) |
Modifier and Type | Method and Description |
---|---|
static IFSRepresentationCacheManager |
FSRepresentationCacheManager.openRepresentationCache(FSFS fsfs) |
IFSRepresentationCacheManager |
FSRepresentationCacheManagerFactory.openRepresentationCache(FSFS fsfs) |
IFSRepresentationCacheManager |
IFSRepresentationCacheManagerFactory.openRepresentationCache(FSFS fsfs) |
IFSRepresentationCacheManager |
FSEmptyRepresentationCacheManagerFactory.openRepresentationCache(FSFS fsfs) |
Modifier and Type | Method and Description |
---|---|
static FSFS |
SVNAdminHelper.openRepository(File reposRootPath,
boolean openFS) |
static FSFS |
SVNAdminHelper.openRepositoryForRecovery(File reposRootPath) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNAdminHelper.closeRepository(FSFS fsfs) |
static void |
SVNAdminHelper.deltifyDir(FSFS fsfs,
FSRevisionRoot srcRoot,
String srcParentDir,
String srcEntry,
FSRevisionRoot tgtRoot,
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,
String rootPath,
OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
void |
DefaultLoadHandler.setFSFS(FSFS fsfs) |
Constructor and Description |
---|
SVNAdminDeltifier(FSFS fsfs,
SVNDepth depth,
boolean includeEntryProperties,
boolean ignoreAncestry,
boolean sendTextDeltas,
ISVNEditor editor) |
SVNDumpEditor(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
String rootPath,
OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
SVNNodeEditor(FSFS fsfs,
FSRoot baseRoot,
ISVNEventHandler handler) |
Copyright © 2023. All rights reserved.