Interface DeleteAllNodesInList

All Known Implementing Classes:
DeleteAllNodesInListImpl

public interface DeleteAllNodesInList
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names)
     
    void
     
  • Method Details

    • execute

      void execute(Iterable<String> names)
    • execute

      void execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names)