Package com.hazelcast.hotrestart
Interface HotRestartService
-
- All Superinterfaces:
PersistenceService
@Deprecated public interface HotRestartService extends PersistenceService
Deprecated.since 5.0 because of renaming purposes. Please usePersistenceService
instead.
-
-
Field Summary
-
Fields inherited from interface com.hazelcast.persistence.PersistenceService
BACKUP_DIR_PREFIX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isHotBackupEnabled()
Deprecated.since 5.0 UsePersistenceService.isBackupEnabled()
instead.-
Methods inherited from interface com.hazelcast.persistence.PersistenceService
backup, backup, getBackupDirectory, getBackupTaskStatus, interruptBackupTask, interruptLocalBackupTask, isBackupEnabled
-
-
-
-
Method Detail
-
isHotBackupEnabled
@Deprecated boolean isHotBackupEnabled()
Deprecated.since 5.0 UsePersistenceService.isBackupEnabled()
instead.
-
-