UM Java API
6.16.1
|
Public Member Functions | |
int | getType () |
long | getSrcIp () |
int | getSrcPort () |
int | getDestPort () |
long | getMCGroup () |
long | getTransportId () |
long | getSessionId () |
long | getTopicIdx () |
Static Public Attributes | |
static final int | TRANSPORT_TYPE_TCP = 0x00 |
static final int | TRANSPORT_TYPE_LBTRM = 0x10 |
static final int | TRANSPORT_TYPE_LBTRU = 0x01 |
static final int | TRANSPORT_TYPE_LBTIPC = 0x40 |
static final int | TRANSPORT_TYPE_LBTRDMA = 0x20 |
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.
TCP:192.168.0.4:45789[1539853954]
LBTRM:10.29.3.88:14390:e0679abb:231.13.13.13:14400[1539853954]
LBT-RU:192.168.3.189:34678[1539853954]
LBT-IPC:6481f8d4:20000[1539853954]
LBT-RDMA:192.168.3.189:34678:6471e9c4[1539853954]
Please note that the topic index field (topic_idx) may or may not be present depending on your version of UM and/or the setting for configuration option source_includes_topic_index.
int com.latencybusters.lbm.LBMTransportSourceInfo.getDestPort | ( | ) |
Destination port. Applicable only to LBT-RM. Stored in host order.
long com.latencybusters.lbm.LBMTransportSourceInfo.getMCGroup | ( | ) |
Multicast group. Applicable only to LBT-RM. Stored in network order.
long com.latencybusters.lbm.LBMTransportSourceInfo.getSessionId | ( | ) |
Session ID. Applicable only to LBT-RM, LBT-RU, and LBT-IPC. Stored in host order.
long com.latencybusters.lbm.LBMTransportSourceInfo.getSrcIp | ( | ) |
Source IP address. Applicable only to LBT-RM, LBT-RU, TCP, and LBT-RDMA. Stored in network order.
int com.latencybusters.lbm.LBMTransportSourceInfo.getSrcPort | ( | ) |
Source port. Applicable only to LBT-RM, LBT-RU, TCP, and LBT-RDMA. Stored in host order.
long com.latencybusters.lbm.LBMTransportSourceInfo.getTopicIdx | ( | ) |
Topic index. Applicable to all transports. Stored in host order.
long com.latencybusters.lbm.LBMTransportSourceInfo.getTransportId | ( | ) |
Transport ID. Applicable only to LBT-IPC. Stored in host order.
int com.latencybusters.lbm.LBMTransportSourceInfo.getType | ( | ) |
Type of transport
|
static |
Transport type: LBT-IPC transport.
|
static |
Transport type: LBT-RDMA transport.
|
static |
Transport type: LBT-RM transport.
|
static |
Transport type: LBT-RU transport.
|
static |
Transport type: TCP transport.