Package org.onosproject.net.flow
Interface TableId
-
- All Known Implementing Classes:
IndexTableId
,PiTableId
public interface TableId
Match+action table identifier.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TableId.Type
Types of table identifier.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compareTo(TableId other)
Compares table ID.TableId.Type
type()
Gets type of this table ID.
-
-
-
Method Detail
-
type
TableId.Type type()
Gets type of this table ID.- Returns:
- type
-
compareTo
int compareTo(TableId other)
Compares table ID.- Parameters:
other
- table ID to be compared- Returns:
- zero if the table IDs are the same. Otherwise, return a non-zero integer
-
-