Class ReconciliationServiceImpl

java.lang.Object
org.opendaylight.openflowplugin.applications.southboundcli.ReconciliationServiceImpl
All Implemented Interfaces:
AutoCloseable, ReconciliationService, org.opendaylight.yangtools.yang.binding.RpcService

public class ReconciliationServiceImpl extends Object implements ReconciliationService, AutoCloseable
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • reconcile

      public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcile(ReconcileInput input)
      Description copied from interface: ReconciliationService
      Invoke reconcile RPC.
           
               Request the reconciliation for given device or set of devices to the controller.
           
       
      Specified by:
      reconcile in interface ReconciliationService
      Parameters:
      input - of reconcile
      Returns:
      output of reconcile