Interface ThreadPoolExecutorListener

All Known Implementing Classes:
NESTSimilarityCacheCalculator, SimilarityCacheCalculator

public interface ThreadPoolExecutorListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executionTaskCompleted(long threadId, long taskId, long runtimeMillis, int numberOfCompletedTasks)
     
  • Method Details

    • executionTaskCompleted

      void executionTaskCompleted(long threadId, long taskId, long runtimeMillis, int numberOfCompletedTasks)