Modifier and Type | Interface and Description |
---|---|
interface |
DeviceContext
The central entity of OFP is the Device Context, which encapsulate the logical state of a switch
as seen by the controller.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GuardedContext
Stateful OpenFlow context wrapper.
|
Modifier and Type | Method and Description |
---|---|
<T extends OFPContext> |
ContextChain.addContext(T context)
Add context to the chain, if reference already exist ignore it.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
GuardedContext.map(Function<OFPContext,T> transformer)
Maps delegate inside guarded context to T.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RoleContext
Handles propagation of SLAVE and MASTER roles on connected devices.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RpcContext
This context is registered with MD-SAL as a routed RPC provider for the inventory node backed by this switch and
tracks the state of any user requests and how they map onto protocol requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsContext
Context for statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceContextImpl |
Modifier and Type | Class and Description |
---|---|
class |
GuardedContextImpl |
Modifier and Type | Method and Description |
---|---|
<T extends OFPContext> |
ContextChainImpl.addContext(T context) |
Modifier and Type | Method and Description |
---|---|
<T> T |
GuardedContextImpl.map(Function<OFPContext,T> transformer) |
Modifier and Type | Class and Description |
---|---|
class |
RoleContextImpl |
Copyright © 2018 OpenDaylight. All rights reserved.