Class CleanupStaleNodesAndClientsImpl
java.lang.Object
org.jclouds.chef.strategy.internal.CleanupStaleNodesAndClientsImpl
- All Implemented Interfaces:
CleanupStaleNodesAndClients
@Singleton
public class CleanupStaleNodesAndClientsImpl
extends Object
implements CleanupStaleNodesAndClients
Cleans up nodes and apis who have been hanging around too long.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCleanupStaleNodesAndClientsImpl
(DeleteAllNodesInList nodeDeleter, DeleteAllClientsInList clientDeleter, ListNodes nodeLister) -
Method Summary
-
Field Details
-
logger
-
-
Constructor Details
-
CleanupStaleNodesAndClientsImpl
@Inject public CleanupStaleNodesAndClientsImpl(DeleteAllNodesInList nodeDeleter, DeleteAllClientsInList clientDeleter, ListNodes nodeLister)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCleanupStaleNodesAndClients
-