Package com.compomics.util.db.object
Class DbMutex
java.lang.Object
com.compomics.util.db.object.DbMutex
public class DbMutex extends Object
Placeholder for the db mutex.
- Author:
- Marc Vaudel
-
Field Summary
Fields Modifier and Type Field Description static SimpleSemaphore
dbMutex
The db mutex.static SimpleSemaphore
loadObjectMutex
The cache load objects mutex. -
Constructor Summary
Constructors Constructor Description DbMutex()
-
Method Summary
-
Field Details
-
dbMutex
The db mutex. -
loadObjectMutex
The cache load objects mutex.
-
-
Constructor Details
-
DbMutex
public DbMutex()
-