Class OptionalLocking

All Implemented Interfaces:
Runnable, Action
Direct Known Subclasses:
DBOption, PerfJournal

public class OptionalLocking extends LockAbstract
This is for commands where --f on ignoring lock could be valid.
  • Constructor Details

    • OptionalLocking

      public OptionalLocking()
  • Method Details

    • isIgnoreLock

      public boolean isIgnoreLock()
    • setIgnoreLock

      public OptionalLocking setIgnoreLock(boolean ignoreLock)
    • lockCLI

      protected void lockCLI(File lockPlace) throws Exception
      Throws:
      Exception