| Modifier and Type | Method and Description |
|---|---|
void |
VtnNodeManager.registerRpc(NodeRpcInvocation<?,?> rpc)
Register the specified RPC invocation routed to the specifiec switch.
|
void |
VtnNodeManager.unregisterRpc(NodeRpcInvocation<?,?> rpc)
Unregister the specified RPC invocation.
|
| 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 | Method and Description |
|---|---|
void |
VTNManagerProviderImpl.registerRpc(NodeRpcInvocation<?,?> rpc)
Register the specified RPC invocation routed to the specifiec switch.
|
void |
VTNManagerProviderImpl.unregisterRpc(NodeRpcInvocation<?,?> rpc)
Unregister the specified RPC invocation.
|
| 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 | Method and Description |
|---|---|
void |
NodeRpcWatcher.registerRpc(NodeRpcInvocation<?,?> rpc)
Register the specified RPC invocation routed to the specifiec switch.
|
void |
NodeRpcWatcher.unregisterRpc(NodeRpcInvocation<?,?> rpc)
Unregister the specified RPC invocation.
|
| Constructor and Description |
|---|
NodeRpcErrorCallback(NodeRpcInvocation<?,T> rpc,
org.slf4j.Logger log,
String fmt,
Object... args)
Construct a new instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.