View HotCache Member Information
get
/management/coherence/cluster/hotcache/members/{memberIdentifier}
Use this endpoint to view HotCache information for a specific cluster member.
Request
Path Parameters
-
memberIdentifier: string
An identifier of the member, it can either be the name or the nodeId of the member.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns HotCache information
Root Schema : hotcacheMember
Type:
Show Source
object
-
cacheNames(optional):
array cacheNames
The names of the caches refreshed by the CoherenceAdapter.
-
location(optional):
string
Read Only:
true
The location of the MBean server -
member(optional):
string
Read Only:
true
Name of the cluster member -
nodeId(optional):
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
numberOfOperationsProcessed(optional):
integer(int64)
Read Only:
true
The aggregate number of operations processed since statistics were last reset. -
startTime(optional):
string(date-time)
Read Only:
true
The time at which the CoherenceAdapter was started. -
type(optional):
string
Read Only:
true
Allowed Values:[ "CoherenceAdapter" ]
The type of the MBean
Nested Schema : cacheNames
Type:
array
The names of the caches refreshed by the CoherenceAdapter.
Show Source