A B C D E F G H I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.github.javinator9889.threading.pools.rejectedhandlers.DefaultRejectedExecutionHandler
-
Method that may be invoked by a
ThreadPoolExecutorwhenexecutecannot accept a task. - rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.github.javinator9889.threading.pools.rejectedhandlers.ImmediatelyRunOnRejectedExecutionHandler
-
Method that may be invoked by a
ThreadPoolExecutorwhenexecutecannot accept a task. - rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.github.javinator9889.threading.pools.rejectedhandlers.NoRejectedExecutionHandler
-
Method that may be invoked by a
ThreadPoolExecutorwhenexecutecannot accept a task. - rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.github.javinator9889.threading.pools.rejectedhandlers.RunWhenTasksFinishedOnRejectedHandler
-
Method that may be invoked by a
ThreadPoolExecutorwhenexecutecannot accept a task. - remove(String) - Method in class com.github.javinator9889.utils.ArgumentParser
-
Remove a single value.
- removeAllListeners() - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
-
Un-subscribes all classes listening to this thread completion.
- removeOnThreadCompletedListener(OnThreadCompletedListener) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
-
Tries to remove the given
listenerfrom the list of subscribed classes, if present. - run() - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
-
If this thread was constructed using a separate
Runnablerun object, then thatRunnableobject'srunmethod is called; otherwise, this method does nothing and returns. - RunWhenTasksFinishedOnRejectedHandler - Class in com.github.javinator9889.threading.pools.rejectedhandlers
-
This handler waits until all running threads and pending ones are executed, then runs the rejected
Runnableon theThreadsPoolingthread. - RunWhenTasksFinishedOnRejectedHandler() - Constructor for class com.github.javinator9889.threading.pools.rejectedhandlers.RunWhenTasksFinishedOnRejectedHandler
-
Private constructor for not allowing class instantiation with no args.
- RunWhenTasksFinishedOnRejectedHandler(long, TimeUnit) - Constructor for class com.github.javinator9889.threading.pools.rejectedhandlers.RunWhenTasksFinishedOnRejectedHandler
-
Generates a new handler by using the custom timeout provided.
All Classes All Packages