public interface MapCleaner
MapCleaner
provides interfaces to be implemented by classes
which purge cached network resources created by virtual network mapping.Modifier and Type | Method and Description |
---|---|
void |
purge(TxContext ctx,
String tname)
Purge caches for the virtual network.
|
void purge(TxContext ctx, String tname) throws VTNException
ctx
- A runtime context for transaction task.tname
- The name of the target VTN.VTNException
- An error occurred.Copyright © 2018 OpenDaylight. All rights reserved.