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

Public Member Functions

 PortQueue (Port parent, String id)
 
 PortQueue (Port parent, String id, int priority)
 
Port getParent ()
 
String getId ()
 
int getPriority ()
 
void setPriority (int priority)
 
String getSlug ()
 
boolean equals (Object o)
 
int hashCode ()
 
String toString ()
 

Detailed Description

PortQueue Identifies a queue on a port

Definition at line 21 of file PortQueue.java.

Constructor & Destructor Documentation

◆ PortQueue() [1/2]

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

Definition at line 28 of file PortQueue.java.

◆ PortQueue() [2/2]

org.openkilda.topo.PortQueue.PortQueue ( Port  parent,
String  id,
int  priority 
)

Definition at line 33 of file PortQueue.java.

Member Function Documentation

◆ equals()

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

Definition at line 63 of file PortQueue.java.

◆ getId()

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

Definition at line 43 of file PortQueue.java.

◆ getParent()

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

Definition at line 39 of file PortQueue.java.

◆ getPriority()

int org.openkilda.topo.PortQueue.getPriority ( )

Definition at line 47 of file PortQueue.java.

◆ getSlug()

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

Implements org.openkilda.topo.ITopoSlug.

Definition at line 56 of file PortQueue.java.

◆ hashCode()

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

Definition at line 75 of file PortQueue.java.

◆ setPriority()

void org.openkilda.topo.PortQueue.setPriority ( int  priority)

Definition at line 51 of file PortQueue.java.

◆ toString()

String org.openkilda.topo.PortQueue.toString ( )

Definition at line 83 of file PortQueue.java.


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