Searched defs:executionCount (Results 1 – 4 of 4) sorted by relevance
45 private final AtomicInteger executionCount; field in SubcomponentsWithBoundExecutor.CountingExecutor47 CountingExecutor(AtomicInteger executionCount) { in CountingExecutor()61 private final AtomicInteger executionCount; field in SubcomponentsWithBoundExecutor.ExecutorModule63 ExecutorModule(AtomicInteger constructionCount, AtomicInteger executionCount) { in ExecutorModule()
38 private final AtomicInteger executionCount = new AtomicInteger(); field in SubcomponentWithBoundExecutorTest
69 boolean retryRequest(IOException exception, int executionCount, HttpContext context); in retryRequest()
85 int executionCount, in retryRequest()