Class StorageLock


  • public class StorageLock
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StorageLock NOOP
      Default NOOP instance.
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageLock()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ensureLocked()
      Ensure the storage is locked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOOP

        public static final StorageLock NOOP
        Default NOOP instance.
    • Constructor Detail

      • StorageLock

        public StorageLock()
    • Method Detail

      • ensureLocked

        public void ensureLocked()
        Ensure the storage is locked.