Package net.bluemind.dataprotect.api
Class PartGeneration
java.lang.Object
net.bluemind.dataprotect.api.PartGeneration
A generation is a point-in-time snapshot, de-duplicated and compressed of
 some data.
 
 A generation is referenced by a 
 which are tied together
 in a 
invalid reference
ProtectedPart
DataProtectGeneration to represent a complete backup.- 
Field Summary
FieldsModifier and TypeFieldDescriptionintintlongbooleanboolean - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
id
public int id - 
generationId
public int generationId - 
begin
 - 
end
 - 
size
public long size - 
tag
 - 
server
 - 
withWarnings
public boolean withWarnings - 
withErrors
public boolean withErrors - 
valid
 - 
datatype
 
 - 
 - 
Constructor Details
- 
PartGeneration
public PartGeneration() 
 - 
 - 
Method Details