Class FlowWriterDirectOFRpc
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowWriterDirectOFRpc
-
public class FlowWriterDirectOFRpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
FlowWriterDirectOFRpc.FlowRPCHandlerTask
-
Constructor Summary
Constructors Constructor Description FlowWriterDirectOFRpc(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, SalFlowService salFlowService, ExecutorService flowPusher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
rpcFlowAdd(String dpId, int flowsPerDpn, int batchSize)
void
rpcFlowAddAll(int flowsPerDpn, int batchSize)
-
-
-
Constructor Detail
-
FlowWriterDirectOFRpc
public FlowWriterDirectOFRpc(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, SalFlowService salFlowService, ExecutorService flowPusher)
-
-
Method Detail
-
rpcFlowAdd
public void rpcFlowAdd(String dpId, int flowsPerDpn, int batchSize)
-
rpcFlowAddAll
public void rpcFlowAddAll(int flowsPerDpn, int batchSize)
-
-