@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.OperationDEFAULT_PERMANENT, DEFAULT_PRIORITY, DEFAULT_TIMEOUT, MAX_PRIORITY, MIN_PRIORITY| Modifier and Type | Method and Description | 
|---|---|
NextObjective.Builder | 
copy()
Returns a new builder set to create a copy of this objective. 
 | 
TrafficSelector | 
meta()
Auxiliary optional information provided to the device driver. 
 | 
Collection<TrafficTreatment> | 
next()
Deprecated. 
 
in 1.14.2, replaced by  
nextTreatments() | 
Collection<NextTreatment> | 
nextTreatments()
The collection of next 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. 
 | 
@Deprecated Collection<TrafficTreatment> next()
nextTreatments()Collection<NextTreatment> nextTreatments()
NextObjective.Type type()
TrafficSelector meta()
NextObjective.Builder copy()