| Interface | Description |
|---|---|
| NameMapper |
Component mapping lock names to passed in artifacts and metadata as required.
|
| SessionAwareNamedLockFactory |
A
NamedLockFactory that wants to make use of RepositorySystemSession. |
| Class | Description |
|---|---|
| DiscriminatingNameMapper |
Discriminating
NameMapper, that wraps another NameMapper and adds a "discriminator" as prefix, that
makes lock names unique including the hostname and local repository (by default). |
| GAVNameMapper |
Artifact GAV
NameMapper, uses artifact and metadata coordinates to name their corresponding locks. |
| NamedLockFactoryAdapter | |
| StaticNameMapper |
Static
NameMapper, always assigns one same name, effectively becoming equivalent to "static" sync context. |
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.