Class DefaultReconcileService
java.lang.Object
org.opendaylight.openflowplugin.applications.southboundcli.DefaultReconcileService
- All Implemented Interfaces:
AutoCloseable,ReconcileService,Reconcile,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<ReconcileInput,,ReconcileOutput>> org.opendaylight.yangtools.binding.Rpc<ReconcileInput,ReconcileOutput>
@Singleton
public final class DefaultReconcileService
extends Object
implements Reconcile, ReconcileService, AutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultReconcileService(org.opendaylight.mdsal.binding.api.DataBroker broker, ForwardingRulesManager frm, DpnTracker dpnTracker, FlowGroupCacheManager flowGroupCacheManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> invoke(ReconcileInput input) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.Reconcile
implementedInterface
-
Constructor Details
-
DefaultReconcileService
@Inject public DefaultReconcileService(org.opendaylight.mdsal.binding.api.DataBroker broker, ForwardingRulesManager frm, DpnTracker dpnTracker, FlowGroupCacheManager flowGroupCacheManager)
-
-
Method Details
-
close
@PreDestroy public void close()- Specified by:
closein interfaceAutoCloseable
-
reconcile
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcile(Set<org.opendaylight.yangtools.yang.common.Uint64> nodes) - Specified by:
reconcilein interfaceReconcileService
-
reconcileAll
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcileAll()- Specified by:
reconcileAllin interfaceReconcileService
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> invoke(ReconcileInput input) - Specified by:
invokein interfaceReconcile- Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<ReconcileInput,ReconcileOutput>
-