Class SourcePrioritizedRunnable

java.lang.Object
org.elasticsearch.common.util.concurrent.PrioritizedRunnable
org.elasticsearch.cluster.service.SourcePrioritizedRunnable
All Implemented Interfaces:
Comparable<PrioritizedRunnable>, Runnable
Direct Known Subclasses:
TaskBatcher.BatchedTask

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

    • source

      protected final String source
  • Constructor Details

    • SourcePrioritizedRunnable

      public SourcePrioritizedRunnable(Priority priority, String source)
  • Method Details