public static class SolEnum.MessageLevelStat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALLOC_CONTAINERS
The number of currently allocated containers (for example, stream or
map).
|
static int |
ALLOC_MEMORY
Approximate amount of allocated memory (in-use; not on free list)
|
static int |
ALLOC_MSGS
The number of currently allocated messages
|
static int |
FREE_CONTAINERS
The number of containers (streams or maps) on container free list.
|
static int |
FREE_MSGS
The number of messages on message free list
|
static int |
MSG_ALLOCS
The number of message allocations performed -- calls to
SolClient.createMessageForHandle() or
SolClient.createNewMessageAndHandle() |
static int |
MSG_DUPS
The number of message dups performed -- not used in JavaRTO
|
static int |
MSG_FREES
The number of message frees performed -- calls to
MessageHandle.destroy() |
static int |
MSG_REALLOCS
The number of message re-allocations performed (growth in a message
buffer)
|
static int |
TOTAL_MEMORY
Approximate amount of total memory consumed for message pool \
(allocated and on free list)
|
Constructor and Description |
---|
MessageLevelStat() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int TOTAL_MEMORY
public static final int ALLOC_MEMORY
public static final int MSG_ALLOCS
SolClient.createMessageForHandle()
or
SolClient.createNewMessageAndHandle()
public static final int MSG_FREES
MessageHandle.destroy()
public static final int MSG_DUPS
public static final int MSG_REALLOCS
public static final int FREE_MSGS
public static final int ALLOC_MSGS
public static final int FREE_CONTAINERS
public static final int ALLOC_CONTAINERS
Copyright 2004-2024 Solace Corporation. All rights reserved.