@Beta public interface NextObjective extends Objective
Modifier and Type | Interface and Description |
---|---|
static interface |
NextObjective.Builder
A next step builder.
|
static class |
NextObjective.Type
Represents the type of next phase to build.
|
Objective.Operation
DEFAULT_PERMANENT, DEFAULT_PRIORITY, DEFAULT_TIMEOUT, MAX_PRIORITY, MIN_PRIORITY
Modifier and Type | Method and Description |
---|---|
TrafficSelector |
meta()
Auxiliary optional information provided to the device driver.
|
java.util.Collection<TrafficTreatment> |
next()
The collection of treatments that need to be applied to a set of traffic.
|
NextObjective.Type |
type()
The type of operation that will be applied to the traffic using the collection
of treatments.
|
java.util.Collection<TrafficTreatment> next()
NextObjective.Type type()
TrafficSelector meta()