Uses of Interface
org.eclipse.aether.named.NamedLockFactory
Packages that use NamedLockFactory
Package
Description
-
Uses of NamedLockFactory in org.eclipse.aether.internal.impl.synccontext.named
Fields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NamedLockFactoryModifier and TypeFieldDescriptionprotected final Map
<String, NamedLockFactory> NamedLockFactoryAdapterFactoryImpl.factories
Methods in org.eclipse.aether.internal.impl.synccontext.named that return NamedLockFactoryModifier and TypeMethodDescriptionNamedLockFactoryAdapter.getNamedLockFactory()
protected NamedLockFactory
NamedLockFactoryAdapterFactoryImpl.selectFactory
(String factoryName) Selects a named lock factory, never returnsnull
.Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NamedLockFactoryModifierConstructorDescriptionNamedLockFactoryAdapter
(NameMapper nameMapper, NamedLockFactory namedLockFactory) Constructor parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type NamedLockFactoryModifierConstructorDescriptionNamedLockFactoryAdapterFactoryImpl
(Map<String, NamedLockFactory> factories, String defaultFactoryName, Map<String, NameMapper> nameMappers, String defaultNameMapperName, RepositorySystemLifecycle lifecycle) NamedLockFactoryAdapterFactoryImpl
(Map<String, NamedLockFactory> factories, Map<String, NameMapper> nameMappers, RepositorySystemLifecycle lifecycle) -
Uses of NamedLockFactory in org.eclipse.aether.named.hazelcast
Classes in org.eclipse.aether.named.hazelcast that implement NamedLockFactoryModifier and TypeClassDescriptionclass
HazelcastSemaphoreNamedLockFactory
usingDirectHazelcastSemaphoreProvider
and Hazelcast client.class
HazelcastSemaphoreNamedLockFactory
usingDirectHazelcastSemaphoreProvider
full Hazelcast member.class
Factory ofAdaptedSemaphoreNamedLock
instances, using adapted HazelcastISemaphore
. -
Uses of NamedLockFactory in org.eclipse.aether.named.ipc
Classes in org.eclipse.aether.named.ipc that implement NamedLockFactory -
Uses of NamedLockFactory in org.eclipse.aether.named.providers
Classes in org.eclipse.aether.named.providers that implement NamedLockFactoryModifier and TypeClassDescriptionclass
Named locks factory ofFileLockNamedLock
s.class
A JVM-local named lock factory that uses namedReentrantReadWriteLock
s.class
A JVM-local named lock factory that uses namedSemaphore
s.class
A no-op lock factory, that creates no-op locks. -
Uses of NamedLockFactory in org.eclipse.aether.named.redisson
Classes in org.eclipse.aether.named.redisson that implement NamedLockFactoryModifier and TypeClassDescriptionclass
Support class for factories usingRedissonClient
.class
Provider ofRedissonReadWriteLockNamedLockFactory
using Redisson andRReadWriteLock
.class
Provider ofRedissonSemaphoreNamedLockFactory
using Redisson andRSemaphore
. -
Uses of NamedLockFactory in org.eclipse.aether.named.support
Classes in org.eclipse.aether.named.support that implement NamedLockFactoryModifier and TypeClassDescriptionclass
Support class forNamedLockFactory
implementations providing reference counting. -
Uses of NamedLockFactory in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type NamedLockFactoryModifier and TypeMethodDescriptionprotected Map
<String, NamedLockFactory> RepositorySystemSupplier.createNamedLockFactories()
final Map
<String, NamedLockFactory> RepositorySystemSupplier.getNamedLockFactories()