| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
VTNMacMapStatus |
MacMapStatusReader.get(MacMapIdentifier ident)
Return the runtime status of the given MAC mapping.
|
VTNMacMapStatus |
MacMapStatusReader.getCached(MacMapIdentifier ident)
Return the runtime status of the given MAC mapping only if it is cached
in this instance.
|
VTNMacMapStatus |
MacMapStatusReader.put(MacMapIdentifier ident,
VTNMacMapStatus vmst)
Put the given MAC mapping status only if not cached.
|
VTNMacMapStatus |
MacMapStatusReader.remove(MacMapIdentifier ident)
Discard the status information about the specified MAC mapping.
|
| Modifier and Type | Method and Description |
|---|---|
VTNMacMapStatus |
MacMapStatusReader.put(MacMapIdentifier ident,
VTNMacMapStatus vmst)
Put the given MAC mapping status only if not cached.
|
Copyright © 2018 OpenDaylight. All rights reserved.