JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
I
J
L
N
O
R
S
T
U
V
A
addAlternateSnapshotIds(Snapshot, List<String>)
- Method in interface org.duracloud.snapshot.service.
SnapshotManager
Adds a list of snapshot alternate Id's to a snapshot.
addContentItem(Snapshot, String, Map<String, String>)
- Method in interface org.duracloud.snapshot.service.
SnapshotManager
AlreadyInitializedException
- Exception in
org.duracloud.snapshot.service
AlreadyInitializedException(String)
- Constructor for exception org.duracloud.snapshot.service.
AlreadyInitializedException
AlternateIdAlreadyExistsException
- Exception in
org.duracloud.snapshot.service
AlternateIdAlreadyExistsException(String)
- Constructor for exception org.duracloud.snapshot.service.
AlternateIdAlreadyExistsException
C
cancelRestore(String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Cancels a restore.
cancelRestore(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
Stops the restore process and removes source content and destination space.
cancelSnapshot(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
Cancels a snapshot
D
DEFAULT_POLLING_PERIOD_MS
- Static variable in interface org.duracloud.snapshot.service.
Finalizer
deleteSnapshot(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotManager
destroy()
- Method in interface org.duracloud.snapshot.service.
Finalizer
E
EventLog
- Class in
org.duracloud.snapshot.service
EventLog()
- Constructor for class org.duracloud.snapshot.service.
EventLog
executeRestoration(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
executeSnapshot(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
This method creates an underlying job and executes it.
F
Finalizer
- Interface in
org.duracloud.snapshot.service
Waits for conditions which signal that snapshot and restore actions should be moved to their final state, and kicks off the work to make that happen.
finalizeRestores()
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Look for restorations which have expired, and perform final cleanup actions
finalizeSnapshots()
- Method in interface org.duracloud.snapshot.service.
SnapshotManager
This method runs through any snapshots with a status of CLEANING_UP and checks if the corresponding space is empty.
G
get(String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
getBySnapshotId(String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Retrieves a restoration based on the ID of the snapshot being restored
getConfig()
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
Access the snapshot job manager configuration.
getContentRootDir()
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
getDuracloudEmailAddresses()
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
getDuracloudPassword()
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
getDuracloudPassword()
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
getDuracloudUsername()
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
getDuracloudUsername()
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
getRestorationRootDir()
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
getStatus(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
getTargetStoreEmailAddresses()
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
getWorkDir()
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
I
init(RestoreManagerConfig, SnapshotJobManager)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
init(SnapshotJobManagerConfig)
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
Lazily initializes the component.
initialize(Integer)
- Method in interface org.duracloud.snapshot.service.
Finalizer
The time in milliseconds between checks for clean snapshots.
InvalidStateTransitionException
- Exception in
org.duracloud.snapshot.service
InvalidStateTransitionException(String, String)
- Constructor for exception org.duracloud.snapshot.service.
InvalidStateTransitionException
isInitialized()
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
J
JOB_LAUNCHER_KEY
- Static variable in interface org.duracloud.snapshot.service.
SnapshotJobManager
JOB_REPOSITORY_KEY
- Static variable in interface org.duracloud.snapshot.service.
SnapshotJobManager
L
logRestoreUpdate(Restoration)
- Method in class org.duracloud.snapshot.service.
EventLog
logSnapshotUpdate(Snapshot)
- Method in class org.duracloud.snapshot.service.
EventLog
N
NoRestorationInProcessException
- Exception in
org.duracloud.snapshot.service
NoRestorationInProcessException(String)
- Constructor for exception org.duracloud.snapshot.service.
NoRestorationInProcessException
O
org.duracloud.snapshot.service
- package org.duracloud.snapshot.service
R
requestRestoreSnapshot(String, DuracloudEndPointConfig, String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Sends an email request to duracloud admin to restore a space.
restartRestore(String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Restarts a restore.
RestorationNotFoundException
- Exception in
org.duracloud.snapshot.service
RestorationNotFoundException(String)
- Constructor for exception org.duracloud.snapshot.service.
RestorationNotFoundException
RestorationStateTransitionValidator
- Class in
org.duracloud.snapshot.service
restoreCompleted(String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Called by the process responsible for performing the restoration from preservation storage to Bridge Storage upon completion of the transfer.
RestoreManager
- Interface in
org.duracloud.snapshot.service
RestoreManagerConfig
- Class in
org.duracloud.snapshot.service
RestoreManagerConfig()
- Constructor for class org.duracloud.snapshot.service.
RestoreManagerConfig
restoreSnapshot(String, DuracloudEndPointConfig, String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Initiates the restoration of a snapshot.
S
setContentRootDir(File)
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
setDuracloudEmailAddresses(String[])
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
setDuracloudPassword(String)
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
setDuracloudPassword(String)
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
setDuracloudUsername(String)
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
setDuracloudUsername(String)
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
setRestorationRootDir(String)
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
setTargetStoreEmailAddresses(String[])
- Method in class org.duracloud.snapshot.service.
RestoreManagerConfig
setWorkDir(File)
- Method in class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
SnapshotJobManager
- Interface in
org.duracloud.snapshot.service
An interface defining the interaction between the REST api and job engine.
SnapshotJobManagerConfig
- Class in
org.duracloud.snapshot.service
SnapshotJobManagerConfig()
- Constructor for class org.duracloud.snapshot.service.
SnapshotJobManagerConfig
SnapshotManager
- Interface in
org.duracloud.snapshot.service
SnapshotManagerException
- Exception in
org.duracloud.snapshot.service
SnapshotManagerException(String)
- Constructor for exception org.duracloud.snapshot.service.
SnapshotManagerException
stopRestore(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotJobManager
Stops the restore process but leaves underlying file system and destination space intact.
T
transferError(String, String)
- Method in interface org.duracloud.snapshot.service.
SnapshotManager
Notifies the bridge that the snapshot transfer action failed to complete due to an error condition.
transferToStorageComplete(String)
- Method in interface org.duracloud.snapshot.service.
SnapshotManager
Notifies the bridge that the snapshot's transfer to storage is complete.
transitionRestoreStatus(String, RestoreStatus, String)
- Method in interface org.duracloud.snapshot.service.
RestoreManager
Transition the workflow status of the restore activity to a new status
U
updateHistory(Snapshot, String)
- Method in interface org.duracloud.snapshot.service.
SnapshotManager
Updates a snapshot's history
V
validate(RestoreStatus, RestoreStatus)
- Static method in class org.duracloud.snapshot.service.
RestorationStateTransitionValidator
A
C
D
E
F
G
I
J
L
N
O
R
S
T
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014–2019
DuraSpace
. All rights reserved.