Class FlowWriterTxChain

    • Constructor Detail

      • FlowWriterTxChain

        public FlowWriterTxChain​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                 ExecutorService flowPusher)
    • Method Detail

      • addFlows

        public void addFlows​(Integer dpnCount,
                             Integer flowsPerDPN,
                             int batchSize,
                             int sleepMillis,
                             int sleepAfter,
                             short startTableId,
                             short endTableId,
                             boolean isCreateParents)
      • deleteFlows

        public void deleteFlows​(Integer dpnCount,
                                Integer flowsPerDPN,
                                int batchSize,
                                short startTableId,
                                short endTableId)