Class FlowWriterConcurrent

    • Field Detail

      • USING_CONCURRENT_IMPLEMENTATION_OF_FLOW_WRITER

        public static final String USING_CONCURRENT_IMPLEMENTATION_OF_FLOW_WRITER
        See Also:
        Constant Field Values
    • Constructor Detail

      • FlowWriterConcurrent

        public FlowWriterConcurrent​(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)