Class EsAbortPolicy

    • Constructor Summary

      Constructors 
      Constructor Description
      EsAbortPolicy()  
    • Method Summary

      Modifier and Type Method Description
      long rejected()
      The number of rejected executions.
      void rejectedExecution​(java.lang.Runnable r, java.util.concurrent.ThreadPoolExecutor executor)  
      • Methods inherited from class java.lang.Object

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

      • EsAbortPolicy

        public EsAbortPolicy()
    • Method Detail

      • rejectedExecution

        public void rejectedExecution​(java.lang.Runnable r,
                                      java.util.concurrent.ThreadPoolExecutor executor)
        Specified by:
        rejectedExecution in interface java.util.concurrent.RejectedExecutionHandler