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:
integer(int32)
Read Only:
trueThe number of serialized values that have yet to be persisted to disk. -
backlogSize:
integer(int32)
Read Only:
trueThe total size in bytes of the serialized values that have yet to be synced to disk. -
binaryStoreCount:
integer(int32)
Read Only:
trueThe number of active BinaryStore objects that are using this Journal -
bufferSize:
integer(int32)
Read Only:
trueThe size of the buffers used to write a chunk of data to the journal -
collectorLoadFactor:
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:
integer(int32)
Read Only:
trueNumber of times compaction (garbage collection) was performed for the journal -
currentCollectorLoadFactor:
number(double)
Read Only:
trueThe current load factor threshold at which files are being garbage collected. -
exhaustiveCompactionCount:
integer(int32)
Read Only:
trueNumber of times an exhaustive compaction (full garbage collection) was performed for the journal -
exhaustiveCompactionTime:
integer(int64)
Read Only:
trueTotal amount of time spent performing exhaustive compaction (full garbage collection) for the journal -
fileCount:
integer(int32)
Read Only:
trueThe number of Journal files currently in use. -
highestLoadFactor:
number(double)
Read Only:
trueThe approximate high-water mark of the Journal capacity utilization. -
highFileCount:
integer(int32)
Read Only:
trueThe high file count after which compulsory compaction occurs for the Journal. -
location:
string
Read Only:
trueThe location of the MBean server -
maxBacklogSize:
integer(int32)
Read Only:
trueWhen this value, maximum backlog size, is reached, writes are delayed until dropping below this max. -
maxFileSize:
integer(int64)
Read Only:
trueThe maximum size of an individual Journal file. -
maxJournalFilesNumber:
integer(int32)
Read Only:
trueThe maximum number of journal files. -
maxPoolSize:
integer(int64)
Read Only:
trueThe maximum size, in bytes, of the buffer pool. -
maxTotalRam:
integer(int64)
Read Only:
trueThe total amount of RAM used for this Journal. -
maxValueSize:
integer(int32)
Read Only:
trueThe maximum allowable size, in bytes, for serialized values. -
member:
string
Name of the cluster member
-
name:
string
Read Only:
trueThe name of the journal -
nioRam:
boolean
Read Only:
trueIf true, the RAM Journal is using direct buffers (NIO RAM) instead of on heap buffers. -
nodeId:
integer(int64)
Read Only:
trueThe ID of member to which the MBean belongs -
poolSize:
integer(int32)
Read Only:
trueThe total size, in bytes, of all available buffers in the pool. -
totalDataSize:
integer(int64)
Read Only:
trueThe amount of data currently stored for this Journal in bytes. -
totalFileSize:
integer(int64)
Read Only:
trueThe total size of all Journal files for this Journal. -
type:
string
Read Only:
trueAllowed Values:[ "Journal" ]The type of the MBean