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.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.hazelcast
Classes in org.eclipse.aether.named.hazelcast that implement NamedLockFactoryModifier and TypeClassDescriptionclassHazelcastSemaphoreNamedLockFactoryusingDirectHazelcastSemaphoreProviderand Hazelcast client.classHazelcastSemaphoreNamedLockFactoryusingDirectHazelcastSemaphoreProviderfull Hazelcast member.classFactory ofAdaptedSemaphoreNamedLockinstances, 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 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.redisson
Classes 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.support
Classes in org.eclipse.aether.named.support that implement NamedLockFactoryModifier and TypeClassDescriptionclassSupport class forNamedLockFactoryimplementations 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()