Class BcGroupUpdateJob

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

    public class BcGroupUpdateJob
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String jobKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      BcGroupUpdateJob​(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, boolean createCase)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> call()  
      void submit()  
      static void updateAllBcGroups​(java.lang.String elanName, ElanRefUtil elanRefUtil, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, boolean createCase)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jobKey

        protected java.lang.String jobKey
    • Constructor Detail

      • BcGroupUpdateJob

        public BcGroupUpdateJob​(java.lang.String elanName,
                                ElanRefUtil elanRefUtil,
                                ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils,
                                org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                boolean createCase)
    • Method Detail

      • submit

        public void submit()
      • call

        public java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> call()
                                                                                                throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
        Throws:
        java.lang.Exception
      • updateAllBcGroups

        public static void updateAllBcGroups​(java.lang.String elanName,
                                             ElanRefUtil elanRefUtil,
                                             ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils,
                                             org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                             boolean createCase)