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 PiDataRepresentation 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 classPiData.TypeTypes of data in a protocol-independent pipeline.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiData.Typetype()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
-
-