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 Details

    • dbMutex

      public static final SimpleSemaphore dbMutex
      The db mutex.
    • loadObjectMutex

      public static final SimpleSemaphore loadObjectMutex
      The cache load objects mutex.
  • Constructor Details

    • DbMutex

      public DbMutex()