Uses of Class
com.compomics.util.threading.SimpleSemaphore
Packages that use SimpleSemaphore
Package
Description
Command line for PeptideMapper.
This package contains the classes relative to the object database.
-
Uses of SimpleSemaphore in com.compomics.cli.peptide_mapper
Constructors in com.compomics.cli.peptide_mapper with parameters of type SimpleSemaphoreModifierConstructorDescriptionMappingWorker(WaitingHandlerCLIImpl waitingHandlerCLIImpl, FastaMapper peptideMapper, IdentificationParameters identificationParameters, SimpleFileReader reader, SimpleSemaphore bufferMutex, SimpleFileWriter writer, boolean peptideMapping) -
Uses of SimpleSemaphore in com.compomics.util.db.object
Fields in com.compomics.util.db.object declared as SimpleSemaphoreModifier and TypeFieldDescriptionstatic final SimpleSemaphoreDbMutex.dbMutexThe db mutex.static final SimpleSemaphoreDbMutex.loadObjectMutexThe cache load objects mutex.