public interface MappingProviderService extends org.onosproject.net.provider.ProviderService<MappingProvider>
| Modifier and Type | Method and Description |
|---|---|
void |
mappingAdded(MappingEntry mappingEntry,
MappingStore.Type type)
Signals that a new mapping has been received.
|
List<MappingValue> |
mappingQueried(List<MappingKey> mappingKeys)
Signals that a new batch mapping query has been issued.
|
MappingValue |
mappingQueried(MappingKey mappingKey)
Signals that a new mapping query has been issued.
|
void mappingAdded(MappingEntry mappingEntry, MappingStore.Type type)
mappingEntry - newly added mapping entrytype - indicates that where this map entry should be storedMappingValue mappingQueried(MappingKey mappingKey)
mappingKey - a mapping key that is used for query a mapping valueList<MappingValue> mappingQueried(List<MappingKey> mappingKeys)
mappingKeys - a collection of mapping keys