![]() |
Open Kilda Java Documentation
|
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 () |
PortQueue Identifies a queue on a port
Definition at line 21 of file PortQueue.java.
org.openkilda.topo.PortQueue.PortQueue | ( | Port | parent, |
String | id | ||
) |
Definition at line 28 of file PortQueue.java.
org.openkilda.topo.PortQueue.PortQueue | ( | Port | parent, |
String | id, | ||
int | priority | ||
) |
Definition at line 33 of file PortQueue.java.
boolean org.openkilda.topo.PortQueue.equals | ( | Object | o | ) |
Definition at line 63 of file PortQueue.java.
String org.openkilda.topo.PortQueue.getId | ( | ) |
Definition at line 43 of file PortQueue.java.
Port org.openkilda.topo.PortQueue.getParent | ( | ) |
Definition at line 39 of file PortQueue.java.
int org.openkilda.topo.PortQueue.getPriority | ( | ) |
Definition at line 47 of file PortQueue.java.
String org.openkilda.topo.PortQueue.getSlug | ( | ) |
Implements org.openkilda.topo.ITopoSlug.
Definition at line 56 of file PortQueue.java.
int org.openkilda.topo.PortQueue.hashCode | ( | ) |
Definition at line 75 of file PortQueue.java.
void org.openkilda.topo.PortQueue.setPriority | ( | int | priority | ) |
Definition at line 51 of file PortQueue.java.
String org.openkilda.topo.PortQueue.toString | ( | ) |
Definition at line 83 of file PortQueue.java.