| Modifier and Type | Method and Description |
|---|---|
ContainerFlowConfig |
ContainerConfig.getContainerFlowConfig(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerFlowConfig> |
ContainerFlowChangeEvent.getConfigList() |
List<ContainerFlowConfig> |
ContainerConfig.getContainerFlowConfigs()
Returns the list of container flows configured for this container
|
List<ContainerFlowConfig> |
ContainerConfig.getContainerFlowConfigs(Set<String> names) |
List<ContainerFlowConfig> |
ContainerConfig.getContainerFlows() |
Map<String,List<ContainerFlowConfig>> |
IContainerManager.getContainerFlows()
Get an array of ContainerFlowConfig objects representing all the
container flows that have been configured previously.
|
List<ContainerFlowConfig> |
IContainerManager.getContainerFlows(String containerName)
Get an array of
ContainerFlowConfig objects representing all the container flows that
have been configured previously on the given containerName |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContainerFlowConfig.equalsByMatch(ContainerFlowConfig that)
equalsByMatch
|
boolean |
ContainerFlowConfig.overlap(ContainerFlowConfig other)
Returns whether this container flow overlap with the passed one This is
true when any two of the resulting matches for the two container flow
configurations intersect.
|
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.controller.sal.utils.Status |
ContainerConfig.addContainerFlows(List<ContainerFlowConfig> containerFlowConfigs)
Add the proposed list of container flow configurations to this container
configuration.
|
org.opendaylight.controller.sal.utils.Status |
IContainerManager.addContainerFlows(String containerName,
List<ContainerFlowConfig> configObject)
Adds/Removes a container flow
|
org.opendaylight.controller.sal.utils.Status |
ContainerConfig.removeContainerFlows(List<ContainerFlowConfig> containerFlowConfigs) |
org.opendaylight.controller.sal.utils.Status |
IContainerManager.removeContainerFlows(String containerName,
List<ContainerFlowConfig> configObject)
Remove a container flow
|
void |
ContainerConfig.setContainerFlows(List<ContainerFlowConfig> containerFlows) |
org.opendaylight.controller.sal.utils.Status |
ContainerConfig.validateContainerFlowModify(List<ContainerFlowConfig> cFlowConfigs,
boolean delete) |
| Constructor and Description |
|---|
ContainerFlowConfig(ContainerFlowConfig containerFlowConfig) |
| Constructor and Description |
|---|
ContainerConfig(String container,
String vlan,
List<String> portList,
List<ContainerFlowConfig> containerFlows)
Constructor for the ContainerConfig.
|
ContainerFlowChangeEvent(List<ContainerFlowConfig> configs,
org.opendaylight.controller.sal.core.UpdateType updateType) |
Copyright © 2016. All Rights Reserved.