Uses of Enum Class
org.infinispan.server.core.BackupManager.Status
Packages that use BackupManager.Status
-
Uses of BackupManager.Status in org.infinispan.server.core
Methods in org.infinispan.server.core that return BackupManager.StatusModifier 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.Methods in org.infinispan.server.core that return types with arguments of type BackupManager.StatusModifier 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
Methods in org.infinispan.server.core.backup that return BackupManager.StatusModifier and TypeMethodDescriptionBackupManagerImpl.getBackupStatus
(String name) BackupManagerImpl.getRestoreStatus
(String name) Methods in org.infinispan.server.core.backup that return types with arguments of type BackupManager.StatusModifier and TypeMethodDescriptionBackupManagerImpl.removeBackup
(String name) BackupManagerImpl.removeRestore
(String name)