Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.fs.repcache |
Modifier and Type | Field and Description |
---|---|
private FSRepresentation |
FSRevisionNode.myPropsRepresentation |
private FSRepresentation |
FSRevisionNode.myTextRepresentation |
Modifier and Type | Method and Description |
---|---|
FSRepresentation |
FSRevisionNode.chooseDeltaBase(FSFS fsfsOwner) |
FSRepresentation |
FSRevisionNode.getPropsRepresentation() |
FSRepresentation |
IFSRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) |
private FSRepresentation |
FSOutputStream.getSharedRepresentation(FSFS fsfs,
FSRepresentation representation,
java.util.Map<java.lang.String,FSRepresentation> representationsMap) |
FSRepresentation |
FSRevisionNode.getTextRepresentation() |
static FSRepresentation |
FSRepresentation.parse(java.lang.String representationString) |
Modifier and Type | Method and Description |
---|---|
private FSInputStream.FSRepresentationState |
FSInputStream.buildRepresentationList(FSRepresentation firstRep,
java.util.LinkedList result,
FSFS owner) |
private void |
FSOutputStream.checkRepresentation(FSFS fsfs,
FSRepresentation representation,
java.lang.Object hint) |
static boolean |
FSRepresentation.compareRepresentations(FSRepresentation r1,
FSRepresentation r2) |
static java.io.InputStream |
FSInputStream.createDeltaStream(SVNDeltaCombiner combiner,
FSRepresentation fileRep,
FSFS owner) |
private FSRepresentation |
FSOutputStream.getSharedRepresentation(FSFS fsfs,
FSRepresentation representation,
java.util.Map<java.lang.String,FSRepresentation> representationsMap) |
void |
IFSRepresentationCacheManager.insert(FSRepresentation representation,
boolean rejectDup) |
FSFile |
FSFS.openAndSeekRepresentation(FSRepresentation rep) |
private FSFile |
FSFS.openAndSeekTransaction(FSRepresentation rep) |
private SVNProperties |
FSFS.parseProperties(FSRepresentation txtRep) |
private byte[] |
FSFS.parseRawDeltaProperties(FSRepresentation txtRep,
java.lang.StringBuilder outputChecksum) |
private static java.io.File |
FSOutputStream.pathTxnSha1(FSFS fsfs,
FSRepresentation representation,
java.lang.String txnId) |
void |
FSRevisionNode.setPropsRepresentation(FSRepresentation propsRepr) |
void |
FSRevisionNode.setTextRepresentation(FSRepresentation textRepr) |
private static void |
FSOutputStream.storeSha1RepMapping(FSFS fsfs,
FSRepresentation representation) |
private long |
FSTransactionRoot.writeHashRepresentation(FSRepresentation representation,
SVNProperties hashContents,
CountingOutputStream protoFile,
java.security.MessageDigest digest,
FSP2LProtoIndex.ItemType itemType) |
Modifier and Type | Method and Description |
---|---|
private long |
FSCommitter.commit(java.util.Collection<FSRepresentation> representations) |
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) |
private FSRepresentation |
FSOutputStream.getSharedRepresentation(FSFS fsfs,
FSRepresentation representation,
java.util.Map<java.lang.String,FSRepresentation> representationsMap) |
FSID |
FSTransactionRoot.writeFinalRevision(FSID newId,
CountingOutputStream protoFile,
long revision,
FSID id,
java.lang.String startNodeId,
java.lang.String startCopyId,
java.util.Collection<FSRepresentation> representations,
boolean atRoot) |
Constructor and Description |
---|
FSInputStream(SVNDeltaCombiner combiner,
FSRepresentation representation,
FSFS owner) |
FSRepresentation(FSRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
FSRepresentation |
FSEmptyRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) |
FSRepresentation |
FSRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) |
Modifier and Type | Method and Description |
---|---|
void |
FSEmptyRepresentationCacheManager.insert(FSRepresentation representation,
boolean rejectDup) |
void |
FSRepresentationCacheManager.insert(FSRepresentation representation,
boolean rejectDup) |