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