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