Class LockStoreImpl

  • All Implemented Interfaces:
    LockStore

    public class LockStoreImpl
    extends AbstractLockStore<java.util.concurrent.ConcurrentMap<org.alfresco.service.cmr.repository.NodeRef,​LockState>>
    LockStore implementation backed by a Google ConcurrentMap.
    Author:
    Matt Ward
    • Constructor Summary

      Constructors 
      Constructor Description
      LockStoreImpl()
      Default constructor.
      LockStoreImpl​(int ephemeralTTLSeconds)
      Constructor allowing specification of TTLs.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LockStoreImpl

        public LockStoreImpl()
        Default constructor.
      • LockStoreImpl

        public LockStoreImpl​(int ephemeralTTLSeconds)
        Constructor allowing specification of TTLs.
        Parameters:
        ephemeralTTLSeconds - int