public class VolumeFailureSummary
extends java.lang.Object
| Constructor | Description |
|---|---|
VolumeFailureSummary(java.lang.String[] failedStorageLocations,
long lastVolumeFailureDate,
long estimatedCapacityLostTotal) |
Creates a new VolumeFailureSummary.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
getEstimatedCapacityLostTotal() |
Returns estimate of capacity lost.
|
java.lang.String[] |
getFailedStorageLocations() |
Returns each storage location that has failed, sorted.
|
long |
getLastVolumeFailureDate() |
Returns the date/time of the last volume failure in milliseconds since
epoch.
|
public VolumeFailureSummary(java.lang.String[] failedStorageLocations,
long lastVolumeFailureDate,
long estimatedCapacityLostTotal)
failedStorageLocations - storage locations that have failedlastVolumeFailureDate - date/time of last volume failure in
milliseconds since epochestimatedCapacityLostTotal - estimate of capacity lost in bytespublic java.lang.String[] getFailedStorageLocations()
public long getLastVolumeFailureDate()
public long getEstimatedCapacityLostTotal()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.