Class Assembler


  • public class Assembler
    extends java.lang.Object
    The assembler re-assembles files broken down through the deduplication mechanisms of the Deduper and its corresponding classes (chunker, multichunker, etc.).

    It uses the local SqlDatabase and an optional MemoryDatabase to perform file checksum and chunk checksum lookups.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File assembleToCache​(FileVersion fileVersion)
      Assembles the given file version to the local cache and returns a reference to the cached file after successfully assembling the file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • assembleToCache

        public java.io.File assembleToCache​(FileVersion fileVersion)
                                     throws java.lang.Exception
        Assembles the given file version to the local cache and returns a reference to the cached file after successfully assembling the file.
        Throws:
        java.lang.Exception