- All Known Implementing Classes:
BackupRepositoryPropsRecord
public interface BackupRepositoryProps
Defined as interface so it can be either implemented by a record (with a copy) or by calling
directly getters for mutable data (such as mocks)
-
-
Method Summary
default boolean
default int
-
-
Method Details
-
-
-
snapshotTimeout
default int snapshotTimeout()
-
incompleteCheckTimeoutInSeconds
default Long incompleteCheckTimeoutInSeconds()
-
defaultIncompleteCheckTimeoutInSeconds
static Long defaultIncompleteCheckTimeoutInSeconds()
-
includeGlobalState
default boolean includeGlobalState()