Class MetadataCriterion
- java.lang.Object
-
- org.onosproject.net.flow.criteria.MetadataCriterion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.onosproject.net.flow.criteria.Criterion
Criterion.IPv6ExthdrFlags, Criterion.TcpFlags, Criterion.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()longmetadata()Gets the metadata to match.StringtoString()Criterion.Typetype()Returns the type of criterion.
-
-
-
Method Detail
-
type
public Criterion.Type type()
Description copied from interface:CriterionReturns the type of criterion.
-
metadata
public long metadata()
Gets the metadata to match.- Returns:
- the metadata to match (64 bits data)
-
-