Uses of Class
backupmanager.stream.StreamItem
Package
Description
-
Uses of StreamItem in backupmanager.action
Modifier and TypeMethodDescriptionCopyFile.createDestinationFile
(BackupStream backupStream, String destination, StreamItem streamItem) Create the destination File object (not an actual file, the Java File object that identifies is).abstract boolean
BackupAction.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) Perform a backup action.boolean
CopyFile.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) boolean
DeleteFile.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) -
Uses of StreamItem in backupmanager.database
Modifier and TypeMethodDescriptionabstract List<StreamItem>
BackupCatalog.catalogNewItems
(List<StreamItem> allSourceItems) If possible, save new items in the backup catalog.DatabaseCatalog.catalogNewItems
(List<StreamItem> allSourceItems) abstract List<StreamItem>
BackupCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that have not been operated by the given action (may vary by action, particularly if new actions are added).DatabaseCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) Modifier and TypeMethodDescriptionabstract boolean
BackupCatalog.updateItem
(StreamItem streamItem, BackupAction action) Once an action is complete, store it's result (if possible)boolean
DatabaseCatalog.updateItem
(StreamItem streamItem, BackupAction action) Modifier and TypeMethodDescriptionabstract List<StreamItem>
BackupCatalog.catalogNewItems
(List<StreamItem> allSourceItems) If possible, save new items in the backup catalog.DatabaseCatalog.catalogNewItems
(List<StreamItem> allSourceItems) abstract List<StreamItem>
BackupCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that have not been operated by the given action (may vary by action, particularly if new actions are added).DatabaseCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) -
Uses of StreamItem in backupmanager.filter
Modifier and TypeMethodDescriptionvoid
BackupFilter.passEverything
(List<StreamItem> streamItems) Flag all items as passedvoid
BackupFilter.passEverything
(List<StreamItem> streamItems, String message) Flag all items as passedabstract boolean
BackupFilter.runFilter
(BackupManager backupManager, List<StreamItem> streamItems) Filter all items in the list.boolean
PassAllBackupFilter.runFilter
(BackupManager backupManager, List<StreamItem> streamItems) void
BackupFilter.unPassEverything
(List<StreamItem> streamItems) Flag all items as not passedvoid
BackupFilter.unPassEverything
(List<StreamItem> streamItems, String message) Flag all items as passed -
Uses of StreamItem in backupmanager.filter.alarm
Modifier and TypeMethodDescriptionboolean
AlarmBackupFilter.runFilter
(BackupManager backupManager, List<StreamItem> streamItems) -
Uses of StreamItem in backupmanager.stream
Modifier and TypeMethodDescriptionabstract List<StreamItem>
BackupStream.catalogData()
build the data catalogue from the last item in the current database.FileBackupStream.catalogData()
FileBackupStream.getAllSourceItems
(long maximumTimeMillis) Get new file items that haven't been recently modified and convert to StreamItems.abstract List<StreamItem>
BackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that this action needs to work on.FileBackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) Modifier and TypeMethodDescriptionint
StreamItem.compareTo
(StreamItem other) boolean
BackupStream.doAction
(BackupManager backupManager, BackupAction action, StreamItem streamItem) Carry out some action or other on the stream item.abstract void
BackupStream.updateActedItem
(BackupAction action, StreamItem streamItem) void
FileBackupStream.updateActedItem
(BackupAction action, StreamItem streamItem) Modifier and TypeMethodDescriptionabstract List<StreamItem>
BackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that this action needs to work on.FileBackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) -
Uses of StreamItem in generalDatabase.backup
Modifier and TypeMethodDescriptionDatabaseBackupStream.catalogData()
DatabaseBackupStream.getToDoList
(List<StreamItem> streamItems, BackupAction action) Modifier and TypeMethodDescriptionCopyDatabaseFile.createDestinationFile
(BackupStream backupStream, String destination, StreamItem streamItem) boolean
DatabaseBackupStream.doAction
(BackupManager backupManager, BackupAction action, StreamItem streamItem) boolean
SQLCloneDatabase.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) void
DatabaseBackupStream.updateActedItem
(BackupAction action, StreamItem streamItem) Modifier and TypeMethodDescriptionDatabaseBackupStream.getToDoList
(List<StreamItem> streamItems, BackupAction action)