public static class SolEnum.StatRx
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACKED
The number of acknowledgements sent for Guaranteed messages.
|
static int |
ALREADY_CUT_THROUGH
Deprecated - Not Supported - On a cut-through Flow,
the number of Guaranteed messages discarded because they had
already been received on the cut-through Flow.
|
static int |
CACHEMSG
Cached messages delivered to application.
|
static int |
CACHEREQUEST_DISCARD_RESPONSE
Cache request response discarded due to errors in response format or
no outstanding cache request.
|
static int |
CACHEREQUEST_ERROR_RESPONSE
Cache requests failed due to solCache error response.
|
static int |
CACHEREQUEST_FULFILL_DATA
Cache requests fulfilled by live data.
|
static int |
CACHEREQUEST_OK_RESPONSE
Cache requests completed OK.
|
static int |
COMPRESSED_BYTES
The number of bytes received before decompression.
|
static int |
CTL_BYTES
The number of bytes received in control (non-data) messages.
|
static int |
CTL_MSGS
The number of control (non-data) messages received.
|
static int |
DIRECT_BYTES
The number of bytes received.
|
static int |
DIRECT_MSGS
The number of messages received.
|
static int |
DISCARD_DUPLICATE
The number of Guaranteed messages dropped for being duplicates.
|
static int |
DISCARD_FROM_CTSYNC
Deprecated - Not Supported - On a cut-through Flow,
the number of messages discarded from the synchronization list
other than those discarded due to overflow.
|
static int |
DISCARD_IND
The number of receive messages with discard indication set.
|
static int |
DISCARD_MSG_FLOW_UNBOUND_PENDING
On a transacted flow, the number of messages discarded because the
flow is in a UNBOUND pending state.
|
static int |
DISCARD_MSG_TOO_BIG
The number of messages discarded due to msg too large.
|
static int |
DISCARD_MSG_TRANSACTION_ROLLBACK
On a transacted flow, the number of messages discarded after a
transaction rollback and becomes a message comes in with prevMsgId=0.
|
static int |
DISCARD_NO_MATCHING_FLOW
The number of Guaranteed messages discarded due to no match on the
flowId.
|
static int |
DISCARD_OUTOFORDER
The number of Guaranteed messages discarded for being received out of
order.
|
static int |
DISCARD_SMF_UNKNOWN_ELEMENT
The number of messages discarded due to the presence of an unknown
element or unknown protocol in the Solace Message Format (SMF)
header.
|
static int |
DISCARD_TRANSACTION_RESPONSE
On a transacted session, the number of transaction responses
discarded due to reconnection.
|
static int |
FOUND_CTSYNC
Deprecated - Not Supported - On a cut-through Flow,
the number of times the Flow entered cut-through delivery mode.
|
static int |
LOST_CTSYNC
Deprecated - Not Supported - On a cut-through Flow,
the number of times the Flow left cut-through delivery mode to resynchronize
with the Guaranteed message storage on the broker
|
static int |
LOST_CTSYNC_GM
Deprecated - Not Supported - On a cut-through Flow,
the number of times the Flow left cut-through delivery mode to resynchronize
with the Guaranteed message storage due to receiving a Guaranteed message
that was not previously received as Direct.
|
static int |
NONPERSISTENT_BYTES
The number of Persistent bytes received on the Flow.
|
static int |
NONPERSISTENT_MSGS
The number of Persistent messages received on the Flow.
|
static int |
OVERFLOW_CTSYNC_BUFFER
Deprecated - Not Supported - On a cut-through Flow,
the number of times the synchronization buffer overflowed, delaying synchronization.
|
static int |
PERSISTENT_BYTES
The number of Persistent bytes received on the Flow.
|
static int |
PERSISTENT_MSGS
The number of Persistent messages received on the Flow.
|
static int |
READS
The number of non-empty reads.
|
static int |
REPLY_MSG
The reply messages received.
|
static int |
REPLY_MSG_DISCARD
The reply messages (including cache request response) discarded due
to errors in response format or no outstanding request.
|
static int |
SETTLE_ACCEPTED
The number of messages that are settled with SolEnum.MessageOutcome.ACCEPTED
|
static int |
SETTLE_FAILED
The number of messages that are settled with SolEnum.MessageOutcome.FAILED
|
static int |
SETTLE_REJECTED
The number of messages that are settled with SolEnum.MessageOutcome.REJECTED
|
static int |
SSL_READ_CALLS
The number of SSL read calls
|
static int |
SSL_READ_EVENTS
The number of SSL read events
|
static int |
TOTAL_DATA_BYTES
The total number of data bytes received.
|
static int |
TOTAL_DATA_MSGS
The total number of data messages received.
|
Constructor and Description |
---|
StatRx() |
Modifier and Type | Method and Description |
---|---|
static int |
getEnumCount()
Counts how many Receive statistics are available.
|
static java.lang.String |
toString(int fieldValue) |
public static final int DIRECT_BYTES
public static final int DIRECT_MSGS
public static final int READS
public static final int DISCARD_IND
public static final int DISCARD_SMF_UNKNOWN_ELEMENT
public static final int DISCARD_MSG_TOO_BIG
public static final int ACKED
public static final int DISCARD_DUPLICATE
public static final int DISCARD_NO_MATCHING_FLOW
public static final int DISCARD_OUTOFORDER
public static final int PERSISTENT_BYTES
public static final int PERSISTENT_MSGS
public static final int NONPERSISTENT_BYTES
public static final int NONPERSISTENT_MSGS
public static final int CTL_MSGS
public static final int CTL_BYTES
public static final int TOTAL_DATA_BYTES
public static final int TOTAL_DATA_MSGS
public static final int COMPRESSED_BYTES
public static final int REPLY_MSG
public static final int REPLY_MSG_DISCARD
public static final int CACHEREQUEST_OK_RESPONSE
public static final int CACHEREQUEST_FULFILL_DATA
public static final int CACHEREQUEST_ERROR_RESPONSE
public static final int CACHEREQUEST_DISCARD_RESPONSE
public static final int CACHEMSG
public static final int FOUND_CTSYNC
public static final int LOST_CTSYNC
public static final int LOST_CTSYNC_GM
public static final int OVERFLOW_CTSYNC_BUFFER
public static final int ALREADY_CUT_THROUGH
public static final int DISCARD_FROM_CTSYNC
public static final int DISCARD_MSG_FLOW_UNBOUND_PENDING
public static final int DISCARD_MSG_TRANSACTION_ROLLBACK
public static final int DISCARD_TRANSACTION_RESPONSE
public static final int SSL_READ_EVENTS
public static final int SSL_READ_CALLS
public static final int SETTLE_ACCEPTED
public static final int SETTLE_FAILED
public static final int SETTLE_REJECTED
Copyright 2004-2024 Solace Corporation. All rights reserved.