Modifier and Type | Method and Description |
---|---|
void |
TxContext.addPostSubmitHook(TxHook hook)
Add the given transaction post-submit hook to this context.
|
void |
TxContext.addPreSubmitHook(TxHook hook)
Add the given transaction pre-submit hook to this context.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowAddQueue
FlowAddQueue describes a queue for flow entries to be installed. |
Modifier and Type | Class and Description |
---|---|
class |
FlowRemoverQueue
FlowRemoverQueue describes a queue for FlowRemover instances
that remove the specified flow entries. |
Modifier and Type | Class and Description |
---|---|
class |
PacketOutQueue
PacketOutQueue describes a queue for packets to transmit. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPreSubmitHook
AbstractPreSubmitHook describes an abstract implementation of
a pre-submit hook for the MD-SAL datastore transaction. |
Modifier and Type | Method and Description |
---|---|
void |
ReadTxContext.addPostSubmitHook(TxHook hook)
This method always throws an exception because transaction post-submit
hook is not supported.
|
void |
ReadTxContext.addPreSubmitHook(TxHook hook)
This method always throws an exception because transaction pre-submit
hook is not supported.
|
Modifier and Type | Class and Description |
---|---|
class |
MacMapStatusReader
Helper class to read runtime information of MAC mapping in the VTN tree
using the specified MD-SAL datastore transaction.
|
class |
VNodeReader
Helper class to read virtual node in the VTN tree using the specified
MD-SAL datastore transaction.
|
Copyright © 2018 OpenDaylight. All rights reserved.