public static class SolEnum.StatTx
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACK_TIMEOUT
The number of times the acknowledgement timer expired.
|
static int |
ACKS_RXED
The number of acknowledgements received.
|
static int |
BLOCKED_ON_SEND
The number of times Session blocked on socket full (blocking only)
occurred.
|
static int |
CACHEREQUEST_SENT
The cache requests sent.
|
static int |
COMPRESSED_BYTES
The number of bytes transmitted after compression.
|
static int |
CTL_BYTES
The number of bytes transmitted in control (non-data) messages.
|
static int |
CTL_MSGS
The number of control (non-data) messages transmitted.
|
static int |
DIRECT_BYTES
The number of bytes transmitted in Direct messages.
|
static int |
DIRECT_MSGS
The number of Direct messages transmitted.
|
static int |
DISCARD_CHANNEL_ERROR
Messages discarded due to channel failure
|
static int |
DISCARD_NO_MATCH
When the IPC add-on is in use, the counter of messages discarded due
to no subscription match with connected peers
|
static int |
GUARANTEED_MSGS_SENT_CONFIRMED
Guaranteed messages (Persistent/Non-Persistent) published that have
been acknowledged.
|
static int |
NONPERSISTENT_BYTES
The number of bytes transmitted in Non-Persistent messages.
|
static int |
NONPERSISTENT_BYTES_REDELIVERED
The number of bytes redelivered in Non-Persistent messages.
|
static int |
NONPERSISTENT_MSGS
The number of Non-Persistent messages transmitted.
|
static int |
NONPERSISTENT_REDELIVERED
The number of Non-Persistent messages redelivered.
|
static int |
PERSISTENT_BYTES
The number of bytes transmitted in Persistent messages.
|
static int |
PERSISTENT_BYTES_REDELIVERED
The number of bytes redelivered in Persistent messages.
|
static int |
PERSISTENT_MSGS
The number of Persistent messages transmitted.
|
static int |
PERSISTENT_REDELIVERED
The number of Persistent messages redelivered.
|
static int |
REQUEST_SENT
The request messages sent.
|
static int |
REQUEST_TIMEOUT
The request messages sent that did not receive a reply due to
timeout.
|
static int |
SOCKET_FULL
The number of times the socket was full when send done (data
buffered).
|
static int |
TOTAL_CONNECTION_ATTEMPTS
The total number of TCP connections attempted by this Session.
|
static int |
TOTAL_DATA_BYTES
The number of data bytes transmitted in total.
|
static int |
TOTAL_DATA_MSGS
The number of data messages transmitted in total.
|
static int |
WINDOW_CLOSE
The number of times the transmit window closed.
|
static int |
WOULD_BLOCK
The number of messages not accepted due to would block (non-blocking
only).
|
Constructor and Description |
---|
StatTx() |
Modifier and Type | Method and Description |
---|---|
static int |
getEnumCount()
Counts how many Transmit statistics are available.
|
static java.lang.String |
toString(int fieldValue) |
public static final int TOTAL_DATA_BYTES
public static final int TOTAL_DATA_MSGS
public static final int WOULD_BLOCK
public static final int SOCKET_FULL
public static final int DIRECT_BYTES
public static final int DIRECT_MSGS
public static final int PERSISTENT_BYTES
public static final int NONPERSISTENT_BYTES
public static final int PERSISTENT_MSGS
public static final int NONPERSISTENT_MSGS
public static final int PERSISTENT_REDELIVERED
public static final int NONPERSISTENT_REDELIVERED
public static final int PERSISTENT_BYTES_REDELIVERED
public static final int NONPERSISTENT_BYTES_REDELIVERED
public static final int ACKS_RXED
public static final int WINDOW_CLOSE
public static final int ACK_TIMEOUT
public static final int CTL_MSGS
public static final int CTL_BYTES
public static final int COMPRESSED_BYTES
public static final int TOTAL_CONNECTION_ATTEMPTS
public static final int REQUEST_SENT
public static final int REQUEST_TIMEOUT
public static final int CACHEREQUEST_SENT
public static final int GUARANTEED_MSGS_SENT_CONFIRMED
public static final int DISCARD_NO_MATCH
public static final int DISCARD_CHANNEL_ERROR
public static final int BLOCKED_ON_SEND
Copyright 2004-2024 Solace Corporation. All rights reserved.