Uses of Interface
org.eclipse.aether.named.NamedLockFactory
Packages that use NamedLockFactory
-
Uses of NamedLockFactory in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type NamedLockFactoryModifier and TypeMethodDescription(package private) Map<String,NamedLockFactory> AetherModule.provideNamedLockFactories(NamedLockFactory localRwLock, NamedLockFactory localSemaphore, NamedLockFactory fileLockFactory) Methods in org.eclipse.aether.impl.guice with parameters of type NamedLockFactoryModifier and TypeMethodDescription(package private) Map<String,NamedLockFactory> AetherModule.provideNamedLockFactories(NamedLockFactory localRwLock, NamedLockFactory localSemaphore, NamedLockFactory fileLockFactory) -
Uses of NamedLockFactory in org.eclipse.aether.internal.impl.synccontext.named
Fields in org.eclipse.aether.internal.impl.synccontext.named declared as NamedLockFactoryModifier and TypeFieldDescriptionprivate final NamedLockFactoryNamedLockFactoryAdapter.AdaptedLockSyncContext.namedLockFactoryprivate final NamedLockFactoryNamedLockFactoryAdapter.namedLockFactoryprivate final NamedLockFactoryNamedLockFactorySelectorSupport.namedLockFactoryFields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NamedLockFactoryModifier and TypeFieldDescriptionprivate static final Map<String,NamedLockFactory> SimpleNamedLockFactorySelector.FACTORIESMethods in org.eclipse.aether.internal.impl.synccontext.named that return NamedLockFactoryModifier and TypeMethodDescriptionNamedLockFactorySelector.getSelectedNamedLockFactory()Returns the selectedNamedLockFactory, never null.NamedLockFactorySelectorSupport.getSelectedNamedLockFactory()Returns the selectedNamedLockFactory, never null.private NamedLockFactoryNamedLockFactorySelectorSupport.selectNamedLockFactory(Map<String, NamedLockFactory> factories, String factoryName) Method parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type NamedLockFactoryModifier and TypeMethodDescriptionprivate NamedLockFactoryNamedLockFactorySelectorSupport.selectNamedLockFactory(Map<String, NamedLockFactory> factories, String factoryName) Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NamedLockFactoryModifierConstructorDescriptionprivateAdaptedLockSyncContext(RepositorySystemSession session, boolean shared, NameMapper lockNaming, NamedLockFactory namedLockFactory) NamedLockFactoryAdapter(NameMapper nameMapper, NamedLockFactory namedLockFactory) Constructor parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type NamedLockFactoryModifierConstructorDescriptionNamedLockFactorySelectorSupport(Map<String, NamedLockFactory> factories, String defaultFactoryName, Map<String, NameMapper> nameMappers, String defaultNameMapperName) SimpleNamedLockFactorySelector(Map<String, NamedLockFactory> factories, Map<String, NameMapper> nameMappers) -
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.support
Classes in org.eclipse.aether.named.support that implement NamedLockFactoryModifier and TypeClassDescriptionclassSupport class forNamedLockFactoryimplementations providing reference counting.