View HotCache Members
get
/management/coherence/cluster/hotcache/members
Use this endpoint to view a list of HotCache members
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
A successful request that returns HotCache Members
Nested 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