Class UpdateIdEntryJob

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

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

      Constructors 
      Constructor Description
      UpdateIdEntryJob​(java.lang.String parentPoolName, java.lang.String localPoolName, java.lang.String idKey, java.util.List<org.opendaylight.yangtools.yang.common.Uint32> newIdValues, org.opendaylight.mdsal.binding.util.ManagedNewTransactionRunner txRunner, IdUtils idUtils, LockManagerService lockManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> call()  
      • Methods inherited from class java.lang.Object

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

      • UpdateIdEntryJob

        public UpdateIdEntryJob​(java.lang.String parentPoolName,
                                java.lang.String localPoolName,
                                java.lang.String idKey,
                                java.util.List<org.opendaylight.yangtools.yang.common.Uint32> newIdValues,
                                org.opendaylight.mdsal.binding.util.ManagedNewTransactionRunner txRunner,
                                IdUtils idUtils,
                                LockManagerService lockManager)
    • 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<?>>>