java.lang.Object
org.opendaylight.openflowplugin.applications.frsync.impl.SyncReactorImpl
All Implemented Interfaces:
SyncReactor

public class SyncReactorImpl extends Object implements SyncReactor
Synchronization reactor implementation, applicable for both - syncup and reconciliation.
  • Constructor Details

  • Method Details

    • syncup

      public com.google.common.util.concurrent.ListenableFuture<Boolean> syncup(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, SyncupEntry syncupEntry)
      Description copied from interface: SyncReactor
      Invoked to synchronize a device.
      Specified by:
      syncup in interface SyncReactor
      Parameters:
      nodeIdent - path to openflow augmentation of node
      syncupEntry - configured node + device reflection
      Returns:
      synchronization outcome