| Package | Description |
|---|---|
| org.opendaylight.genius.itm.cache | |
| org.opendaylight.genius.itm.utils |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectorInfo |
UnprocessedNodeConnectorCache.get(String tunnelName) |
NodeConnectorInfo |
UnprocessedNodeConnectorCache.remove(String tunnelName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NodeConnectorInfo> |
UnprocessedNodeConnectorEndPointCache.get(String dpnId) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnprocessedNodeConnectorEndPointCache.add(String dpnId,
NodeConnectorInfo ncInfo) |
void |
UnprocessedNodeConnectorCache.add(String tunnelName,
NodeConnectorInfo ncInfo) |
void |
UnprocessedNodeConnectorEndPointCache.remove(String dpnId,
NodeConnectorInfo ncInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnprocessedNodeConnectorEndPointCache.add(String dpnId,
Collection<NodeConnectorInfo> ncList) |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectorInfo |
NodeConnectorInfoBuilder.build()
Builds a new
NodeConnectorInfo. |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectorInfoBuilder |
NodeConnectorInfoBuilder.from(NodeConnectorInfo instance)
Fill a builder with attribute values from the provided
NodeConnectorInfo instance. |
Copyright © 2019 OpenDaylight. All rights reserved.