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
S
- SECON_DIVIDE - Static variable in class LambdasPooling
- setExecutable(Runnable) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
-
Once after the
NotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.start()is called. - setExecutable(Consumer<ArgumentParser>, ArgumentParser) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
-
Once after the
NotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.start()is called. - setExecutable(Function<ArgumentParser, ?>, ArgumentParser, AtomicReference) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
-
Once after the
NotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.start()is called. - setExecutable(Supplier, AtomicReference) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
-
Once after the
NotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.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
trueto this method, whenNotifyingThread.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
ThreadPoolExecutorwaiting until all the threads have finished, waiting100 msuntil stopping abruptly. - shutdownWaitTermination(long, TimeUnit) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
-
Tries to shutdown the
ThreadPoolExecutorwaiting until all the threads have finished, waitingtimeout waitingUnituntil 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().
All Classes All Packages