Class EsAbortPolicy

org.elasticsearch.common.util.concurrent.EsAbortPolicy
All Implemented Interfaces:
, XRejectedExecutionHandler

public class EsAbortPolicy extends implements XRejectedExecutionHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The number of rejected executions.
    void
     r,  executor)
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • EsAbortPolicy

      public EsAbortPolicy()
  • Method Details

    • rejectedExecution

      public void rejectedExecution( r,  executor)
      Specified by:
       in interface 
    • rejected

      public long rejected()
      Description copied from interface: XRejectedExecutionHandler
      The number of rejected executions.
      Specified by:
      rejected in interface XRejectedExecutionHandler