Package net.solarnetwork.node.backup
Interface Backup
- All Superinterfaces:
BackupIdentity
- All Known Implementing Classes:
SimpleBackup
An individual backup.
- Version:
- 1.2
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptiongetSize()Get the size, in bytes, of this backup.booleanBoolean flag indicating if this backup is complete.Methods inherited from interface net.solarnetwork.node.backup.BackupIdentity
getDate, getKey, getNodeId, getQualifier
-
Method Details
-
isComplete
boolean isComplete()Boolean flag indicating if this backup is complete.- Returns:
- true if the backup is finished, false otherwise
-
getSize
Long getSize()Get the size, in bytes, of this backup.- Returns:
- the size in bytes, or null if not known
-