|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRoutingInfo
public class RoutingInfo
This class represents the routing information for a destination LP, including PE id, LP id, application id, etc.
Field Summary | |
---|---|
(package private) java.lang.String |
APPid
The application id |
(package private) int |
LPid
The id of the LP |
(package private) java.lang.String |
machineName
The name of the machine where the PE is running |
(package private) int |
PEid
The id of the PE this LP resides on |
(package private) java.lang.String |
PEip
The ip address of the PE |
Constructor Summary | |
---|---|
RoutingInfo(int pid,
int lid,
java.lang.String aid)
|
|
RoutingInfo(int pid,
java.lang.String pip,
java.lang.String pm,
int lid,
java.lang.String appid)
|
Method Summary | |
---|---|
void |
dump()
Display the content of the RoutingInfo instance. |
java.lang.String |
getAPPid()
Gets the APPid of the LP |
int |
getLPid()
Gets the LPid of the LP |
java.lang.String |
getMachineName()
Gets the PE machine name |
int |
getPEid()
Gets the PEid of the LP |
(package private) void |
setAPPid(java.lang.String aid)
Sets the APPid |
(package private) void |
setLPid(int lid)
Sets the LPid |
(package private) void |
setMachineName(java.lang.String pm)
Sets the PE machine name |
(package private) void |
setPEid(int pid)
Sets the PEid |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int PEid
java.lang.String PEip
java.lang.String machineName
int LPid
java.lang.String APPid
Constructor Detail |
---|
public RoutingInfo(int pid, int lid, java.lang.String aid)
public RoutingInfo(int pid, java.lang.String pip, java.lang.String pm, int lid, java.lang.String appid)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getMachineName()
void setMachineName(java.lang.String pm)
void setPEid(int pid)
void setLPid(int lid)
void setAPPid(java.lang.String aid)
public int getPEid()
public int getLPid()
public java.lang.String getAPPid()
public void dump()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |