public final class FlowEntryDesc extends Object
FlowEntryDesc class is used to a brief description about the
specified flow entry.
This class is used to embed information about the specified flow entry into a log record.
| Constructor and Description |
|---|
FlowEntryDesc(VtnFlowEntry vfent)
Construct a new instance which describes a log record including
flow instructions.
|
FlowEntryDesc(VtnFlowEntry vfent,
boolean inst)
Construct a new instance which describes a log record.
|
public FlowEntryDesc(VtnFlowEntry vfent)
vfent - A VtnFlowEntry instance.public FlowEntryDesc(VtnFlowEntry vfent, boolean inst)
vfent - A VtnFlowEntry instance.inst - Flow instructions are embedded into a log record
if true.Copyright © 2018 OpenDaylight. All rights reserved.