| Modifier and Type | Class and Description |
|---|---|
class |
TransmitPacketRpc
TransmitPacketRpc describes an invocation of transmit-packet RPC
provided by the MD-SAL packet-processing service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddFlowRpc
AddFlowRpc describes an invocation of add-flow RPC provided by the
MD-SAL flow service. |
class |
GetFlowStatsRpc
GetFlowStatsRpc describes an invocation of
get-flow-statistics RPC provided by the MD-SAL direct statistics service. |
class |
RemoveFlowRpc
RemoveFlowRpc describes an invocation of remove-flow RPC provided
by the MD-SAL flow service. |
class |
SendBarrierRpc
SendBarrierRpc describes an invocation of send-barrier RPC provided
by the flow-capable-transaction service. |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeRpcInvocation<I,O>
NodeRpcInvocation describes an invocation of RPC routed to the
specific switch. |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcInvocation<I,O>
RpcInvocation keeps a pair of RPC input and future associated with
the RPC execution. |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
RpcUtils.checkResult(RpcRequest rpc,
org.opendaylight.yangtools.yang.common.RpcResult<T> result,
org.slf4j.Logger logger)
Check the given RPC result.
|
| Constructor and Description |
|---|
RpcErrorCallback(RpcRequest req,
org.slf4j.Logger log,
String fmt,
Object... args)
Construct a new instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.