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)
SalBulkFlowService
addFlowsDs
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsDsOutput>> removeFlowsDs(RemoveFlowsDsInput input)
SalBulkFlowService
removeFlowsDs
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsRpcOutput>> addFlowsRpc(AddFlowsRpcInput input)
SalBulkFlowService
addFlowsRpc
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReadFlowTestOutput>> readFlowTest(ReadFlowTestInput input)
readFlowTest
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowRpcAddTestOutput>> flowRpcAddTest(FlowRpcAddTestInput input)
flowRpcAddTest
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterOutput>> register(RegisterInput input)
SalBulkFlowService
register
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsRpcOutput>> removeFlowsRpc(RemoveFlowsRpcInput input)
SalBulkFlowService
removeFlowsRpc
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowTestOutput>> flowTest(FlowTestInput input)
flowTest
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TableTestOutput>> tableTest(TableTestInput input)
tableTest
in interface SalBulkFlowService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<FlowRpcAddMultipleOutput>> flowRpcAddMultiple(FlowRpcAddMultipleInput input)
flowRpcAddMultiple
in interface SalBulkFlowService
Copyright © 2019 OpenDaylight. All rights reserved.