Open Kilda Java Documentation
org.openkilda.topo.Port Class Reference
Inheritance diagram for org.openkilda.topo.Port:
org.openkilda.topo.ITopoSlug

Public Member Functions

 Port (Switch parent, String id)
 
Map< String, PortQueuegetPortQueues ()
 
String getId ()
 
Switch getParent ()
 
boolean equals (Object o)
 
int hashCode ()
 
String getSlug ()
 

Detailed Description

Definition at line 22 of file Port.java.

Constructor & Destructor Documentation

◆ Port()

org.openkilda.topo.Port.Port ( Switch  parent,
String  id 
)

Definition at line 30 of file Port.java.

Member Function Documentation

◆ equals()

boolean org.openkilda.topo.Port.equals ( Object  o)

Definition at line 48 of file Port.java.

◆ getId()

String org.openkilda.topo.Port.getId ( )

Definition at line 39 of file Port.java.

◆ getParent()

Switch org.openkilda.topo.Port.getParent ( )

Definition at line 43 of file Port.java.

◆ getPortQueues()

Map<String, PortQueue> org.openkilda.topo.Port.getPortQueues ( )

Definition at line 35 of file Port.java.

◆ getSlug()

String org.openkilda.topo.Port.getSlug ( )
Returns
the topology slug that uniquely identifies this entity

Implements org.openkilda.topo.ITopoSlug.

Definition at line 70 of file Port.java.

◆ hashCode()

int org.openkilda.topo.Port.hashCode ( )

Definition at line 62 of file Port.java.


The documentation for this class was generated from the following file: