Class PartGeneration

java.lang.Object
net.bluemind.dataprotect.api.PartGeneration

public class PartGeneration extends Object
A generation is a point-in-time snapshot, de-duplicated and compressed of some data. A generation is referenced by a
invalid reference
ProtectedPart
which are tied together in a DataProtectGeneration to represent a complete backup.
  • Field Details

    • id

      public int id
    • generationId

      public int generationId
    • begin

      public Date begin
    • end

      public Date end
    • size

      public long size
    • tag

      public String tag
    • server

      public String server
    • withWarnings

      public boolean withWarnings
    • withErrors

      public boolean withErrors
    • valid

      public GenerationStatus valid
    • datatype

      public String datatype
  • Constructor Details

    • PartGeneration

      public PartGeneration()
  • Method Details