org.elasticsearch.common.util.concurrent
Interface XRejectedExecutionHandler

All Superinterfaces:
RejectedExecutionHandler
All Known Implementing Classes:
EsAbortPolicy

public interface XRejectedExecutionHandler
extends RejectedExecutionHandler


Method Summary
 long rejected()
          The number of rejected executions.
 
Methods inherited from interface java.util.concurrent.RejectedExecutionHandler
rejectedExecution
 

Method Detail

rejected

long rejected()
The number of rejected executions.



Copyright © 2009-2012. All Rights Reserved.