Class ItmMonitorWorker

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

    public class ItmMonitorWorker
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> call()  
      void updateMonitoringDS​(org.opendaylight.yangtools.yang.common.Uint64 sourceDpnId, java.util.List<RemoteDpns> remoteDpnTepNewList, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> tx)  
      • Methods inherited from class java.lang.Object

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

      • call

        public java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
      • updateMonitoringDS

        public void updateMonitoringDS​(org.opendaylight.yangtools.yang.common.Uint64 sourceDpnId,
                                       java.util.List<RemoteDpns> remoteDpnTepNewList,
                                       org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> tx)