Class NodeCleanupRegistry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> doClean()
      Calls all registered cleaners in order, without transactions or authentication.
      void register​(NodeCleanupWorker cleanupWorker)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeCleanupRegistry

        public NodeCleanupRegistry()
    • Method Detail

      • doClean

        public java.util.List<java.lang.String> doClean()
        Calls all registered cleaners in order, without transactions or authentication. The return messages are aggregated.
        Specified by:
        doClean in interface NodeCleanupWorker
        Returns:
        Returns a list of informational messages.