Class BcGroupUpdateJob

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>

    public class BcGroupUpdateJob
    extends DataStoreJob
    • Method Detail

      • submit

        public void submit()
      • call

        public java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> call()
                                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • installDpnDefaultFlows

        public void installDpnDefaultFlows​(java.lang.String elan,
                                           L2GatewayDevice device)
      • installDpnDefaultFlows

        public void installDpnDefaultFlows​(java.lang.String elan,
                                           org.opendaylight.yangtools.yang.common.Uint64 dpnId)
      • installDpnDefaultFlows

        public void installDpnDefaultFlows​(java.lang.String elan,
                                           org.opendaylight.yangtools.yang.common.Uint64 dpnId,
                                           L2GatewayDevice device)
      • getTunnelInterfaceFlowRef

        public static java.lang.String getTunnelInterfaceFlowRef​(org.opendaylight.yangtools.yang.common.Uint64 dpnId,
                                                                 short tableId,
                                                                 java.lang.String ifName)
      • makeTunnelIngressFlow

        public void makeTunnelIngressFlow​(org.opendaylight.yangtools.yang.common.Uint64 dpnId,
                                          long portNo,
                                          java.lang.String interfaceName,
                                          int ifIndex)