JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 15.2.0.Dev01
org.infinispan.util.concurrent
BlockingRunnable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
isReady()
Interface BlockingRunnable
All Superinterfaces:
Runnable
public interface
BlockingRunnable
extends
Runnable
A special Runnable that is only sent to a thread when it is ready to be executed without blocking the thread Used in
org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
Since:
5.3
Author:
Pedro Ruivo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isReady
()
Methods inherited from interface java.lang.
Runnable
run
Method Details
isReady
boolean
isReady
()
Returns:
true if this Runnable is ready to be executed without blocking