@Singleton public class OfEndPointCache extends Object
| Constructor and Description |
|---|
OfEndPointCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BigInteger dpnId,
String ofTunnelName) |
String |
get(BigInteger dpnId) |
Set<BigInteger> |
getAll() |
String |
remove(BigInteger dpnId) |
public void add(BigInteger dpnId, String ofTunnelName)
public String get(BigInteger dpnId)
public String remove(BigInteger dpnId)
public Set<BigInteger> getAll()
Copyright © 2020 OpenDaylight. All rights reserved.