Class FSPacker
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSPacker
public class FSPacker
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcopyRevProps(java.lang.String packName, java.io.File packPath, java.io.File shardPath, long startRev, long endRev, boolean compressPackedRevprops) private voiddeleteRevPropShard(java.io.File revpropShardPath, long shard, long maxFilesPerDirectory) private voidfirePackEvent(long shard, boolean start) voidprivate voidprivate voidpackPhysicallyAddressed(FSFS fsfs, long shard, java.io.File shardPath, java.io.File packFile, java.io.File manifestFile) private voidpackRevPropShard(FSFS fsfs, long shard, java.io.File shardPath, long maxPackSize) private voidpackRevShard(FSFS fsfs, long shard, java.io.File shardPath) private voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myCanceller
-
myNotifyHandler
-
-
Constructor Details
-
FSPacker
-
-
Method Details
-
pack
- Throws:
SVNException
-
packImpl
- Throws:
SVNException
-
packShard
- Throws:
SVNException
-
deleteRevPropShard
private void deleteRevPropShard(java.io.File revpropShardPath, long shard, long maxFilesPerDirectory) throws SVNException - Throws:
SVNException
-
packRevShard
- Throws:
SVNException
-
packPhysicallyAddressed
private void packPhysicallyAddressed(FSFS fsfs, long shard, java.io.File shardPath, java.io.File packFile, java.io.File manifestFile) throws SVNException - Throws:
SVNException
-
firePackEvent
- Throws:
SVNException
-
packRevPropShard
private void packRevPropShard(FSFS fsfs, long shard, java.io.File shardPath, long maxPackSize) throws SVNException - Throws:
SVNException
-
copyRevProps
private void copyRevProps(java.lang.String packName, java.io.File packPath, java.io.File shardPath, long startRev, long endRev, boolean compressPackedRevprops) throws SVNException - Throws:
SVNException
-