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(required): 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:
array cacheNames
The names of the caches refreshed by the CoherenceAdapter.
-
location:
string
Read Only:
true
The location of the MBean server -
member:
string
Read Only:
true
Name of the cluster member -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
numberOfOperationsProcessed:
integer(int64)
Read Only:
true
The aggregate number of operations processed since statistics were last reset. -
startTime:
string(date-time)
Read Only:
true
The time at which the CoherenceAdapter was started. -
type:
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