Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
RestoreStatus |
Cluster.getRestoreStatus()
Describes the status of a cluster restore action.
|
RestoreStatus |
RestoreStatus.withCurrentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup
storage.
|
RestoreStatus |
RestoreStatus.withElapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of time an in-progress restore has been running, or the
amount of time it took a completed restore to finish.
|
RestoreStatus |
RestoreStatus.withEstimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore will complete.
|
RestoreStatus |
RestoreStatus.withProgressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that have been transferred from snapshot
storage.
|
RestoreStatus |
RestoreStatus.withSnapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data used to restore the cluster.
|
RestoreStatus |
RestoreStatus.withStatus(String status)
The status of the restore action.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setRestoreStatus(RestoreStatus restoreStatus)
Describes the status of a cluster restore action.
|
Cluster |
Cluster.withRestoreStatus(RestoreStatus restoreStatus)
Describes the status of a cluster restore action.
|
Copyright © 2014. All rights reserved.