Class Repository

java.lang.Object
repository.Repository

public class Repository extends Object
  • Field Details

    • chunkingData

      public ChunkingData chunkingData
    • files

      public HashMap<String,Block> files
      Stores the unencrypted hash as the key and a pair of CID and Size as the value
    • snapshots

      public List<Snapshot> snapshots
      A list to store the snapshots
  • Constructor Details

  • Method Details