Package | Description |
---|---|
org.opendaylight.controller.clustering.it.provider.impl | |
org.opendaylight.controller.md.sal.binding.impl | |
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.broker.impl | |
org.opendaylight.controller.md.sal.dom.spi | |
org.opendaylight.controller.sal.core.compat |
Controller/MDSAL compatibility library.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
SingletonGetConstantService.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
GetConstantService.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
RoutedGetConstantService.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
BindingDOMRpcImplementationAdapter.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
DOMRpcImplementation.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Initiate invocation of the RPC.
|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
DOMRpcService.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Deprecated.
Initiate invocation of an RPC.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
DOMRpcRouter.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
protected abstract DOMRpcResult |
ForwardingDOMRpcResult.delegate() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
ForwardingDOMRpcImplementation.invokeRpc(DOMRpcIdentifier type,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
ForwardingDOMRpcService.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
DOMRpcResult |
LegacyDOMRpcResultFutureAdapter.checkedGet() |
DOMRpcResult |
LegacyDOMRpcResultFutureAdapter.checkedGet(long timeout,
TimeUnit unit) |
protected DOMRpcResult |
LegacyDOMRpcResultFutureAdapter.transform(org.opendaylight.mdsal.dom.api.DOMRpcResult fromResult) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
LegacyDOMRpcServiceAdapter.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.opendaylight.mdsal.dom.api.DOMRpcResult |
MdsalDOMRpcResultFutureAdapter.transform(DOMRpcResult fromResult) |
Constructor and Description |
---|
MdsalDOMRpcResultFutureAdapter(com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> delegate) |
Copyright © 2019 OpenDaylight. All rights reserved.