Interface ArbitratorReconcileService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    ArbitratorReconciliationManagerImpl

    @Generated("mdsal-binding-generator")
    public interface ArbitratorReconcileService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    • Method Detail

      • getActiveBundle

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetActiveBundleOutput>> getActiveBundle​(GetActiveBundleInput input)
        Invoke get-active-bundle RPC.
             
                 Fetches the active available bundle in openflowplugin
             
         
        Parameters:
        input - of get-active-bundle
        Returns:
        output of get-active-bundle
      • commitActiveBundle

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CommitActiveBundleOutput>> commitActiveBundle​(CommitActiveBundleInput input)
        Invoke commit-active-bundle RPC.
             
                 Commits the active available bundle in openflowplugin
             
         
        Parameters:
        input - of commit-active-bundle
        Returns:
        output of commit-active-bundle