Package org.onosproject.net.flow
Interface TableId
- 
- All Known Implementing Classes:
 IndexTableId,PiTableId
public interface TableIdMatch+action table identifier. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTableId.TypeTypes of table identifier. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompareTo(TableId other)Compares table ID.TableId.Typetype()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
 
 
 - 
 
 -