Class SourcePrioritizedRunnable

org.elasticsearch.common.util.concurrent.PrioritizedRunnable
org.elasticsearch.cluster.service.SourcePrioritizedRunnable
All Implemented Interfaces:
<
Direct Known Subclasses:
TaskBatcher.BatchedTask

public abstract class SourcePrioritizedRunnable extends PrioritizedRunnable
PrioritizedRunnable that also has a source string
  • Field Details

    • source

      protected final  source
  • Constructor Details

    • SourcePrioritizedRunnable

      public SourcePrioritizedRunnable(Priority priority,  source)
  • Method Details

    • source

      public  source()
    • toString

      public  toString()
      Overrides:
       in class