Uses of Interface
org.eclipse.aether.named.NamedLockFactory
Packages that use NamedLockFactory
Package
Description
- 
Uses of NamedLockFactory in org.eclipse.aether.internal.impl.synccontext.namedFields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NamedLockFactoryModifier and TypeFieldDescriptionprotected final Map<String, NamedLockFactory> NamedLockFactoryAdapterFactoryImpl.factoriesMethods in org.eclipse.aether.internal.impl.synccontext.named that return NamedLockFactoryModifier and TypeMethodDescriptionNamedLockFactoryAdapter.getNamedLockFactory()protected NamedLockFactoryNamedLockFactoryAdapterFactoryImpl.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.hazelcastClasses in org.eclipse.aether.named.hazelcast that implement NamedLockFactoryModifier and TypeClassDescriptionclassDeprecated.Hazelcast support will be dropped.classDeprecated.Hazelcast support will be dropped.classDeprecated.Hazelcast support will be dropped.
- 
Uses of NamedLockFactory in org.eclipse.aether.named.ipcClasses in org.eclipse.aether.named.ipc that implement NamedLockFactory
- 
Uses of NamedLockFactory in org.eclipse.aether.named.providersClasses in org.eclipse.aether.named.providers that implement NamedLockFactoryModifier and TypeClassDescriptionclassNamed locks factory ofFileLockNamedLocks.classA JVM-local named lock factory that uses namedReentrantReadWriteLocks.classA JVM-local named lock factory that uses namedSemaphores.classA no-op lock factory, that creates no-op locks.
- 
Uses of NamedLockFactory in org.eclipse.aether.named.redissonClasses in org.eclipse.aether.named.redisson that implement NamedLockFactoryModifier and TypeClassDescriptionclassSupport class for factories usingRedissonClient.classProvider ofRedissonReadWriteLockNamedLockFactoryusing Redisson andRReadWriteLock.classProvider ofRedissonSemaphoreNamedLockFactoryusing Redisson andRSemaphore.
- 
Uses of NamedLockFactory in org.eclipse.aether.named.supportClasses in org.eclipse.aether.named.support that implement NamedLockFactoryModifier and TypeClassDescriptionclassSupport class forNamedLockFactoryimplementations providing reference counting.
- 
Uses of NamedLockFactory in org.eclipse.aether.supplierMethods 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()