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
ConstructorDescriptionDefaultReconcileService
(org.opendaylight.mdsal.binding.api.DataBroker broker, ForwardingRulesManager frm, DpnTracker dpnTracker, FlowGroupCacheManager flowGroupCacheManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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, wait
Methods 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:
close
in 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:
reconcile
in interfaceReconcileService
-
reconcileAll
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcileAll()- Specified by:
reconcileAll
in interfaceReconcileService
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> invoke(ReconcileInput input) - Specified by:
invoke
in interfaceReconcile
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<ReconcileInput,
ReconcileOutput>
-