A B C D E F G H I L M N O P R S T U W 
All Classes All Packages

S

SECON_DIVIDE - Static variable in class LambdasPooling
 
setExecutable(Runnable) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Once after the NotifyingThread is created, this method can be used for setting the Runnable that will be executed when Thread.start() is called.
setExecutable(Consumer<ArgumentParser>, ArgumentParser) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Once after the NotifyingThread is created, this method can be used for setting the Runnable that will be executed when Thread.start() is called.
setExecutable(Function<ArgumentParser, ?>, ArgumentParser, AtomicReference) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Once after the NotifyingThread is created, this method can be used for setting the Runnable that will be executed when Thread.start() is called.
setExecutable(Supplier, AtomicReference) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Once after the NotifyingThread is created, this method can be used for setting the Runnable that will be executed when Thread.start() is called.
setKeepAliveTime(long) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling.Builder
Sets the keep alive time to the default value or the given one if zero or different.
setShouldCallSubscribedClassesAsynchronously(boolean) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
When passing true to this method, when NotifyingThread.run() finishes and subscribed classes are called, that call will be done on a new asynchronous thread.
shutdownImmediately() - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNotWaiting() - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Tries to shutdown the ThreadPoolExecutor, executing the submitted process but without waiting them to finish.
shutdownWaitTermination() - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Tries to shutdown the ThreadPoolExecutor waiting until all the threads have finished, waiting 100 ms until stopping abruptly.
shutdownWaitTermination(long, TimeUnit) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Tries to shutdown the ThreadPoolExecutor waiting until all the threads have finished, waiting timeout waitingUnit until stopping abruptly.
sieve() - Method in class LambdasPooling.HeavyLoadClass
 
size() - Method in class com.github.javinator9889.utils.ArgumentParser
Returns the number of params.
start() - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Starts running the threads included inside the queue, by calling ThreadPoolExecutor.prestartAllCoreThreads().
A B C D E F G H I L M N O P R S T U W 
All Classes All Packages