Uses of Enum Class
org.infinispan.server.core.BackupManager.Status
-
Uses of BackupManager.Status in org.infinispan.server.core
Modifier and TypeMethodDescriptionBackupManager.getBackupStatus
(String name) Return the currentBackupManager.Status
of a Backup request.BackupManager.getRestoreStatus
(String name) Return the currentBackupManager.Status
of a Restore request.static BackupManager.Status
Returns the enum constant of this class with the specified name.static BackupManager.Status[]
BackupManager.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBackupManager.removeBackup
(String name) Remove the created backup file from the server.BackupManager.removeRestore
(String name) Remove the meta information associated with a restoration. -
Uses of BackupManager.Status in org.infinispan.server.core.backup
Modifier and TypeMethodDescriptionBackupManagerImpl.getBackupStatus
(String name) BackupManagerImpl.getRestoreStatus
(String name) Modifier and TypeMethodDescriptionBackupManagerImpl.removeBackup
(String name) BackupManagerImpl.removeRestore
(String name)