Package org.onosproject.net.pi.model
Interface PiData
-
- All Known Implementing Classes:
PiBitString
,PiBool
,PiEnumString
,PiErrorString
,PiHeader
,PiHeaderStack
,PiHeaderUnion
,PiHeaderUnionStack
,PiStruct
,PiTuple
@Beta public interface PiData
Representation of data that can be used for runtime operations of a protocol-independent pipeline.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PiData.Type
Types of data in a protocol-independent pipeline.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiData.Type
type()
Returns the type of this protocol-independent data.
-
-
-
Method Detail
-
type
PiData.Type type()
Returns the type of this protocol-independent data.- Returns:
- the type of this instance
-
-