public class SalBulkFlowServiceImpl extends Object implements SalBulkFlowService
| Constructor and Description |
|---|
SalBulkFlowServiceImpl(SalFlowService flowService,
org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsDsOutput>> |
addFlowsDs(AddFlowsDsInput input)
Adding multiple flows to openflow device via dataStore.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsRpcOutput>> |
addFlowsRpc(AddFlowsRpcInput input)
Adding multiple flows to openflow device via direct rpc invocation.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowRpcAddMultipleOutput>> |
flowRpcAddMultiple(FlowRpcAddMultipleInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowRpcAddTestOutput>> |
flowRpcAddTest(FlowRpcAddTestInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowTestOutput>> |
flowTest(FlowTestInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReadFlowTestOutput>> |
readFlowTest(ReadFlowTestInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterOutput>> |
register(RegisterInput input)
register mbean etc.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsDsOutput>> |
removeFlowsDs(RemoveFlowsDsInput input)
Removing multiple flows from openflow device via dataStore.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsRpcOutput>> |
removeFlowsRpc(RemoveFlowsRpcInput input)
Removing multiple flows from openflow device via direct rpc invocation.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TableTestOutput>> |
tableTest(TableTestInput input) |
public SalBulkFlowServiceImpl(SalFlowService flowService, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsDsOutput>> addFlowsDs(AddFlowsDsInput input)
SalBulkFlowServiceaddFlowsDs in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsDsOutput>> removeFlowsDs(RemoveFlowsDsInput input)
SalBulkFlowServiceremoveFlowsDs in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsRpcOutput>> addFlowsRpc(AddFlowsRpcInput input)
SalBulkFlowServiceaddFlowsRpc in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReadFlowTestOutput>> readFlowTest(ReadFlowTestInput input)
readFlowTest in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowRpcAddTestOutput>> flowRpcAddTest(FlowRpcAddTestInput input)
flowRpcAddTest in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterOutput>> register(RegisterInput input)
SalBulkFlowServiceregister in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsRpcOutput>> removeFlowsRpc(RemoveFlowsRpcInput input)
SalBulkFlowServiceremoveFlowsRpc in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowTestOutput>> flowTest(FlowTestInput input)
flowTest in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TableTestOutput>> tableTest(TableTestInput input)
tableTest in interface SalBulkFlowServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowRpcAddMultipleOutput>> flowRpcAddMultiple(FlowRpcAddMultipleInput input)
flowRpcAddMultiple in interface SalBulkFlowServiceCopyright © 2019 OpenDaylight. All rights reserved.