RAM Journal Members
get
/management/coherence/cluster/journal/ram/members
Use this endpoint to list the flash journal members of a Coherence cluster.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A successful request that lists RAM journal members
Nested Schema : items
Type:
Show Source
array-
Array of:
object journalRM
Provides metrics for a Journal implementation.
Nested Schema : journalRM
Type:
objectProvides metrics for a Journal implementation.
Show Source
-
backlogCount(optional):
integer(int32)
Read Only:
trueThe number of serialized values that have yet to be persisted to disk. -
backlogSize(optional):
integer(int32)
Read Only:
trueThe total size in bytes of the serialized values that have yet to be synced to disk. -
binaryStoreCount(optional):
integer(int32)
Read Only:
trueThe number of active BinaryStore objects that are using this Journal -
bufferSize(optional):
integer(int32)
Read Only:
trueThe size of the buffers used to write a chunk of data to the journal -
collectorLoadFactor(optional):
number(double)
Read Only:
trueThe load factor threshold at which files may be garbage collected. The larger the value, the more aggressive the compaction algorithm is. -
compactionCount(optional):
integer(int32)
Read Only:
trueNumber of times compaction (garbage collection) was performed for the journal -
currentCollectorLoadFactor(optional):
number(double)
Read Only:
trueThe current load factor threshold at which files are being garbage collected. -
exhaustiveCompactionCount(optional):
integer(int32)
Read Only:
trueNumber of times an exhaustive compaction (full garbage collection) was performed for the journal -
exhaustiveCompactionTime(optional):
integer(int64)
Read Only:
trueTotal amount of time spent performing exhaustive compaction (full garbage collection) for the journal -
fileCount(optional):
integer(int32)
Read Only:
trueThe number of Journal files currently in use. -
highestLoadFactor(optional):
number(double)
Read Only:
trueThe approximate high-water mark of the Journal capacity utilization. -
highFileCount(optional):
integer(int32)
Read Only:
trueThe high file count after which compulsory compaction occurs for the Journal. -
location(optional):
string
Read Only:
trueThe location of the MBean server -
maxBacklogSize(optional):
integer(int32)
Read Only:
trueWhen this value, maximum backlog size, is reached, writes are delayed until dropping below this max. -
maxFileSize(optional):
integer(int64)
Read Only:
trueThe maximum size of an individual Journal file. -
maxJournalFilesNumber(optional):
integer(int32)
Read Only:
trueThe maximum number of journal files. -
maxPoolSize(optional):
integer(int64)
Read Only:
trueThe maximum size, in bytes, of the buffer pool. -
maxTotalRam(optional):
integer(int64)
Read Only:
trueThe total amount of RAM used for this Journal. -
maxValueSize(optional):
integer(int32)
Read Only:
trueThe maximum allowable size, in bytes, for serialized values. -
member(optional):
string
Name of the cluster member
-
name(optional):
string
Read Only:
trueThe name of the journal -
nioRam(optional):
boolean
Read Only:
trueIf true, the RAM Journal is using direct buffers (NIO RAM) instead of on heap buffers. -
nodeId(optional):
integer(int64)
Read Only:
trueThe ID of member to which the MBean belongs -
poolSize(optional):
integer(int32)
Read Only:
trueThe total size, in bytes, of all available buffers in the pool. -
totalDataSize(optional):
integer(int64)
Read Only:
trueThe amount of data currently stored for this Journal in bytes. -
totalFileSize(optional):
integer(int64)
Read Only:
trueThe total size of all Journal files for this Journal. -
type(optional):
string
Read Only:
trueAllowed Values:[ "Journal" ]The type of the MBean