| Interface | Description |
|---|---|
| Mapping |
Abstraction of mapping.
|
| Mapping.Builder |
A mapping builder.
|
| MappingAdminService |
Service for administering the mapping management.
|
| MappingEntry |
Abstraction of mapping entry.
|
| MappingKey |
Abstraction of network mapping key.
|
| MappingKey.Builder | |
| MappingListener |
Entity capable of receiving mapping related event.
|
| MappingProvider |
Abstraction of a mapping provider.
|
| MappingProviderRegistry |
Abstraction of a mapping provider registry.
|
| MappingProviderService |
Service through which mapping providers can inject mapping information into
the core.
|
| MappingService |
Interface of mapping management service.
|
| MappingStore |
Interface of a distributed store for managing mapping information.
|
| MappingStoreDelegate |
Mapping store delegate abstraction.
|
| MappingTreatment |
Abstraction of mapping treatment.
|
| MappingTreatment.Builder | |
| MappingValue |
Abstraction of value of mapping information.
|
| MappingValue.Builder | |
| StoredMappingEntry |
An augmented mapping entry interface which allows to set state.
|
| Class | Description |
|---|---|
| DefaultMapping |
Default implementation class for mapping.
|
| DefaultMapping.Builder |
Default mapping builder.
|
| DefaultMappingEntry |
Default implementation of MappingEntry.
|
| DefaultMappingKey |
Default mapping key implementation.
|
| DefaultMappingKey.Builder |
Builds a mapping key.
|
| DefaultMappingTreatment |
Default implementation of mapping treatment.
|
| DefaultMappingTreatment.Builder |
Builds a mapping treatment.
|
| DefaultMappingValue |
Default mapping value implementation.
|
| DefaultMappingValue.Builder |
Builds a mapping value.
|
| MappingCodecRegistrator |
Implementation of the JSON codec brokering service for mapping primitives.
|
| MappingEvent |
Describes mapping event.
|
| MappingId |
Representation of a Mapping ID.
|
| Enum | Description |
|---|---|
| MappingEntry.MappingEntryState |
Represents the type of mapping entry state.
|
| MappingEvent.Type |
Type of mapping events.
|
| MappingStore.Type |
Represents the type of mapping store.
|