Uses of Interface
org.eclipse.aether.named.NamedLockFactory
Packages that use NamedLockFactory
Package
Description
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
-
Uses of NamedLockFactory in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return NamedLockFactoryModifier and TypeMethodDescriptionNamedLockFactorySelector.getNamedLockFactory(Map<String, ?> configuration) SelectsNamedLockFactorybased on configuration. -
Uses of NamedLockFactory in org.eclipse.aether.internal.impl
Constructors in org.eclipse.aether.internal.impl with parameters of type NamedLockFactoryModifierConstructorDescriptionNamedLocksTrackingFileManager(NamedLockFactory namedLockFactory, long time, TimeUnit unit) -
Uses of NamedLockFactory in org.eclipse.aether.internal.impl.named
Fields in org.eclipse.aether.internal.impl.named with type parameters of type NamedLockFactoryModifier and TypeFieldDescriptionprotected final Map<String, NamedLockFactory> DefaultNamedLockFactorySelector.factoriesprotected final ConcurrentMap<String, NamedLockFactory> DefaultNamedLockFactorySelector.usedFactoriesMethods in org.eclipse.aether.internal.impl.named that return NamedLockFactoryModifier and TypeMethodDescriptionDefaultNamedLockFactorySelector.getNamedLockFactory(Map<String, ?> configuration) Constructor parameters in org.eclipse.aether.internal.impl.named with type arguments of type NamedLockFactoryModifierConstructorDescriptionDefaultNamedLockFactorySelector(Map<String, NamedLockFactory> factories, RepositorySystemLifecycle lifecycle) -
Uses of NamedLockFactory in org.eclipse.aether.internal.impl.synccontext.named
Methods in org.eclipse.aether.internal.impl.synccontext.named that return NamedLockFactoryConstructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NamedLockFactoryModifierConstructorDescriptionNamedLockFactoryAdapter(NameMapper nameMapper, NamedLockFactory namedLockFactory, long lockWait, TimeUnit lockWaitUnit) -
Uses of NamedLockFactory in org.eclipse.aether.named.hazelcast
Classes 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.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()