Package org.jclouds.chef.strategy
Interface CleanupStaleNodesAndClients
-
- All Known Implementing Classes:
CleanupStaleNodesAndClientsImpl
public interface CleanupStaleNodesAndClients
Cleans up nodes and clients who have been hanging around too long.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(String prefix, int secondsStale)
-
-
-
Method Detail
-
execute
void execute(String prefix, int secondsStale)
-
-