| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal | |
| org.opendaylight.vtn.manager.internal.provider | |
| org.opendaylight.vtn.manager.internal.util.flow |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VTNManagerProvider
This interface defines an internal OSGi service which provides MD-SAL
VTN Manager services used by AD-SAL interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VTNManagerProviderImpl
MD-SAL service provider of the VTN Manager.
|
| Modifier and Type | Method and Description |
|---|---|
static AddFlowRpc |
AddFlowRpc.create(FlowRpcWatcher w,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput in)
Issue an add-flow RPC request.
|
static AddFlowRpc |
AddFlowRpc.create(FlowRpcWatcher w,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput in,
boolean discon)
Issue an add-flow RPC request.
|
static RemoveFlowRpcList |
FlowUtils.removeFlowEntries(FlowRpcWatcher watcher,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs,
List<FlowCache> flows,
InventoryReader reader)
Remove all flow entries in the given VTN data flows.
|
static RemoveFlowRpcList |
FlowUtils.removeFlowEntries(FlowRpcWatcher watcher,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs,
List<FlowCache> flows,
SalPort sport,
InventoryReader reader)
Remove all flow entries in the given VTN data flows.
|
| Constructor and Description |
|---|
RemoveFlowRpcList(FlowRpcWatcher watcher,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs)
Construct a new instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.