Interface CleanupStaleNodesAndClients

All Known Implementing Classes:
CleanupStaleNodesAndClientsImpl

public interface CleanupStaleNodesAndClients
Cleans up nodes and clients who have been hanging around too long.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String prefix, int secondsStale)
     
  • Method Details

    • execute

      void execute(String prefix, int secondsStale)