Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.wc |
Modifier and Type | Field and Description |
---|---|
private FSTransactionRoot |
FSDeltaConsumer.myTxnRoot |
private FSTransactionRoot |
FSCommitEditor.myTxnRoot |
private FSTransactionRoot |
FSOutputStream.myTxnRoot |
private FSTransactionRoot |
FSCommitter.myTxnRoot |
Modifier and Type | Method and Description |
---|---|
FSTransactionRoot |
FSFS.createTransactionRoot(FSTransactionInfo txn) |
private FSTransactionRoot |
FSCommitter.getTxnRoot() |
Modifier and Type | Method and Description |
---|---|
private void |
FSCommitter.commit(java.lang.String startNodeId,
java.lang.String startCopyId,
long newRevision,
java.io.OutputStream protoFileOS,
FSID newRootId,
FSTransactionRoot txnRoot,
java.io.File revisionPrototypeFile,
long offset,
java.util.Collection<FSRepresentation> representations) |
static java.io.OutputStream |
FSOutputStream.createStream(FSRevisionNode revNode,
FSTransactionRoot txnRoot,
java.io.OutputStream dstStream,
boolean compress) |
private static long |
FSCommitter.merge(FSFS owner,
java.lang.String targetPath,
FSRevisionNode target,
FSRevisionNode source,
FSRevisionNode ancestor,
FSTransactionRoot txnRoot,
java.lang.StringBuffer conflictPath) |
static void |
FSCommitter.mergeChanges(FSFS owner,
FSTransactionRoot txnRoot,
FSRevisionNode sourceNode,
java.lang.StringBuffer conflictPath) |
private void |
FSOutputStream.reset(FSRevisionNode revNode,
CountingOutputStream targetFileOS,
java.io.File targetFile,
java.io.InputStream source,
long deltaStart,
long repSize,
long repOffset,
FSTransactionRoot txnRoot,
FSWriteLock txnLock) |
Constructor and Description |
---|
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) |
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) |
Modifier and Type | Field and Description |
---|---|
(package private) FSTransactionRoot |
DefaultLoadHandler.RevisionBaton.myTxnRoot |