|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMTransportSourceInfo
public class LBMTransportSourceInfo
UM Transport Source Info class. Holds source information that is passed up as part of the source cost callback function. These members are used to format and/or parse transport source strings. The format of these strings depends mainly on the transport type, as shown below.
Field Summary | |
---|---|
static int |
TRANSPORT_TYPE_LBTIPC
Transport type: LBT-IPC transport. |
static int |
TRANSPORT_TYPE_LBTRDMA
Transport type: LBT-RDMA transport. |
static int |
TRANSPORT_TYPE_LBTRM
Transport type: LBT-RM transport. |
static int |
TRANSPORT_TYPE_LBTRU
Transport type: LBT-RU transport. |
static int |
TRANSPORT_TYPE_TCP
Transport type: TCP transport. |
Method Summary | |
---|---|
int |
getDestPort()
Destination port. |
long |
getMCGroup()
Multicast group. |
long |
getSessionId()
Session ID. |
long |
getSrcIp()
Source IP address. |
int |
getSrcPort()
Source port. |
long |
getTopicIdx()
Topic index. |
long |
getTransportId()
Transport ID. |
int |
getType()
Type of transport |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TRANSPORT_TYPE_TCP
public static final int TRANSPORT_TYPE_LBTRM
public static final int TRANSPORT_TYPE_LBTRU
public static final int TRANSPORT_TYPE_LBTIPC
public static final int TRANSPORT_TYPE_LBTRDMA
Method Detail |
---|
public int getType()
public long getSrcIp()
public int getSrcPort()
public int getDestPort()
public long getMCGroup()
public long getTransportId()
public long getSessionId()
public long getTopicIdx()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |