Class FSPacker


  • public class FSPacker
    extends java.lang.Object
    Version:
    1.3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void copyRevProps​(java.lang.String packName, java.io.File packPath, java.io.File shardPath, long startRev, long endRev, boolean compressPackedRevprops)  
      private void deleteRevPropShard​(java.io.File revpropShardPath, long shard, long maxFilesPerDirectory)  
      private void firePackEvent​(long shard, boolean start)  
      void pack​(FSFS fsfs)  
      private void packImpl​(FSFS fsfs)  
      private void packPhysicallyAddressed​(FSFS fsfs, long shard, java.io.File shardPath, java.io.File packFile, java.io.File manifestFile)  
      private void packRevPropShard​(FSFS fsfs, long shard, java.io.File shardPath, long maxPackSize)  
      private void packRevShard​(FSFS fsfs, long shard, java.io.File shardPath)  
      private void packShard​(FSFS fsfs, long shard, boolean packRevisionProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait