Class RedissonNamedLockFactorySupport
java.lang.Object
org.eclipse.aether.named.support.NamedLockFactorySupport
org.eclipse.aether.named.redisson.RedissonNamedLockFactorySupport
- All Implemented Interfaces:
NamedLockFactory
- Direct Known Subclasses:
RedissonReadWriteLockNamedLockFactory
,RedissonSemaphoreNamedLockFactory
Support class for factories using
RedissonClient
.-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected final org.redisson.api.RedissonClient
static final String
Path to a Redisson configuration file in YAML format.Fields inherited from class org.eclipse.aether.named.support.NamedLockFactorySupport
logger, SYSTEM_PROP_DIAGNOSTIC_ENABLED
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.aether.named.support.NamedLockFactorySupport
closeLock, createLock, destroyLock, getLock, isDiagnosticEnabled, onFailure
-
Field Details
-
NAME_PREFIX
- See Also:
-
SYSTEM_PROP_CONFIG_FILE
Path to a Redisson configuration file in YAML format. Read official documentation for details.- Since:
- 1.7.0
- See Also:
- Sourced from:
System.getProperty(String, String)
- Value type:
String
-
redissonClient
-
-
Constructor Details
-
RedissonNamedLockFactorySupport
public RedissonNamedLockFactorySupport()
-
-
Method Details
-
shutdown
Description copied from interface:NamedLockFactory
Performs a clean shut down of the factory.- Specified by:
shutdown
in interfaceNamedLockFactory
- Overrides:
shutdown
in classNamedLockFactorySupport
-