Class HazelcastMapLock

  • All Implemented Interfaces:
    java.util.concurrent.locks.Lock

    
    public class HazelcastMapLock
     implements Lock
                        
    Since:

    2021-03-09

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void lock()
      void lockInterruptibly()
      boolean tryLock()
      boolean tryLock(long time, @NotNull() TimeUnit unit)
      void unlock()
      Condition newCondition()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait