Uses of Interface
org.biojava.utils.ThreadPool
Packages that use ThreadPool
Package
Description
The classes and interfaces in this package cover common molecular
biological techniques such as restriction digests and PCR.
Miscellaneous utility classes used by other BioJava components.
Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads.
-
Uses of ThreadPool in org.biojava.bio.molbio
Constructors in org.biojava.bio.molbio with parameters of type ThreadPoolModifierConstructorDescriptionRestrictionMapper
(ThreadPool threadPool) Creates a newRestrictionMapper
which will use the specifiedThreadPool
. -
Uses of ThreadPool in org.biojava.utils
Classes in org.biojava.utils that implement ThreadPoolModifier and TypeClassDescriptionclass
SimpleThreadPool
is a basic implementation ofThreadPool
for use where we don't wish to introduce a dependency on a 3rd-party pool. -
Uses of ThreadPool in org.biojava.utils.process
Methods in org.biojava.utils.process that return ThreadPoolModifier and TypeMethodDescriptionExternalProcess.threadPool()
Gets the thread pool which is used for the input and output handlers.Constructors in org.biojava.utils.process with parameters of type ThreadPoolModifierConstructorDescriptionExternalProcess
(ThreadPool threadPool) Initializes the external process.