public class UninstallResourceCleaner extends java.lang.Object implements ResourceCleaner
| Constructor and Description |
|---|
UninstallResourceCleaner() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Resource> |
getPersistentVolumesToBeDestroyed(Offer offer)
Examines the
Offer to determine which volume Resources have resource ID's and therefore
should be destroyed. |
java.util.Collection<Resource> |
getReservedResourcesToBeUnreserved(Offer offer)
Examines the
Offer to determine which reserved Resources have resource ID's and therefore
should be unreserved. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluatepublic java.util.Collection<Resource> getReservedResourcesToBeUnreserved(Offer offer)
Offer to determine which reserved Resources have resource ID's and therefore
should be unreserved.getReservedResourcesToBeUnreserved in interface ResourceCleaneroffer - The Offer containing the Resources.Collection of Resources that should be unreserved.public java.util.Collection<Resource> getPersistentVolumesToBeDestroyed(Offer offer)
Offer to determine which volume Resources have resource ID's and therefore
should be destroyed.getPersistentVolumesToBeDestroyed in interface ResourceCleaneroffer - The Offer containing the persistent volume Resources.Collection of Resources that should be destroyed.