public class EncryptedRestoreStrategy extends EncryptedRestoreBase
Task.STATE
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JOBNAME |
Constructor and Description |
---|
EncryptedRestoreStrategy(IConfiguration config,
ICassandraProcess cassProcess,
IBackupFileSystem fs,
Sleeper sleeper,
IFileCryptography fileCryptography,
ICredentialGeneric credential,
ICompression compress,
com.google.inject.Provider<AbstractBackupPath> pathProvider,
InstanceIdentity id,
RestoreTokenSelector tokenSelector,
MetaData metaData,
InstanceState instanceState,
IPostRestoreHook postRestoreHook) |
Modifier and Type | Method and Description |
---|---|
static TaskTimer |
getTimer() |
downloadFile, getName
execute, getDownloadTasksQueued, isRestoreEnabled, restore, setRestoreConfiguration
execute, getErrorCount, getExecutionCount, initialize, state
public static final java.lang.String JOBNAME
@Inject public EncryptedRestoreStrategy(IConfiguration config, ICassandraProcess cassProcess, IBackupFileSystem fs, Sleeper sleeper, IFileCryptography fileCryptography, ICredentialGeneric credential, ICompression compress, com.google.inject.Provider<AbstractBackupPath> pathProvider, InstanceIdentity id, RestoreTokenSelector tokenSelector, MetaData metaData, InstanceState instanceState, IPostRestoreHook postRestoreHook)
public static TaskTimer getTimer()