Uses of Interface
org.biojava.utils.ThreadPool
-
Packages that use ThreadPool Package Description org.biojava.bio.molbio The classes and interfaces in this package cover common molecular biological techniques such as restriction digests and PCR.org.biojava.utils Miscellaneous utility classes used by other BioJava components.org.biojava.utils.process 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 ThreadPool Constructor Description RestrictionMapper(ThreadPool threadPool)
Creates a newRestrictionMapper
which will use the specifiedThreadPool
. -
Uses of ThreadPool in org.biojava.utils
Classes in org.biojava.utils that implement ThreadPool Modifier and Type Class Description class
SimpleThreadPool
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 ThreadPool Modifier and Type Method Description ThreadPool
ExternalProcess. threadPool()
Gets the thread pool which is used for the input and output handlers.Constructors in org.biojava.utils.process with parameters of type ThreadPool Constructor Description ExternalProcess(ThreadPool threadPool)
Initializes the external process.
-