Class RedissonNamedLockFactorySupport

java.lang.Object
org.eclipse.aether.named.support.NamedLockFactorySupport
org.eclipse.aether.named.redisson.RedissonNamedLockFactorySupport
All Implemented Interfaces:
org.eclipse.aether.named.NamedLockFactory
Direct Known Subclasses:
RedissonReadWriteLockNamedLockFactory, RedissonSemaphoreNamedLockFactory

public abstract class RedissonNamedLockFactorySupport extends org.eclipse.aether.named.support.NamedLockFactorySupport
Support class for factories using RedissonClient.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
    protected final org.redisson.api.RedissonClient
     

    Fields inherited from class org.eclipse.aether.named.support.NamedLockFactorySupport

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.eclipse.aether.named.support.NamedLockFactorySupport

    closeLock, createLock, destroyLock, getLock, isDiagnosticEnabled, onFailure

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.eclipse.aether.named.NamedLockFactory
      Overrides:
      shutdown in class org.eclipse.aether.named.support.NamedLockFactorySupport