View Cache Member Information by Service
get
/management/coherence/cluster/services/{serviceName}/views/{viewName}/members/{memberIdentifier}
Use this endpoint to view detailed operational and performance statistics for a view cache that is managed by a specific service. The information includes data about cache operations, cache events, cache listeners, cache queries, and cache storage. You can also view many cache settings.
Request
Path Parameters
-
memberIdentifier(required): string
An identifier of the member, it can either be the name or the nodeId of the member.
-
serviceName(required): string
Name of the cache service.
-
viewName(required): string
Name of the view cache.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns information about a view cache
Root Schema : viewMember
Type:
Show Source
object-
cacheValues:
boolean
Read Only:
trueSpecifies if the view is to maintain both keys and values (the default; i.e. true), or only keys. -
filter:
string
Read Only:
trueFilter used to to restrict the result set. -
name:
string
Read Only:
trueName of the view cache. -
nodeId:
integer(int64)
Read Only:
trueThe ID of member to which the MBean belongs -
readOnly:
boolean
Read Only:
trueReadonly setting for the cachestore. -
reconnectInterval:
integer(int64)
Read Only:
trueIndicates the period in which re-synchronization with the underlying cache will be delayed in the case the connection is severed. -
service:
string
Read Only:
trueThe service name. -
size:
integer(int64)
Read Only:
trueThe number of entries in the cache. -
transformed:
boolean
Read Only:
trueIndicates if the view transforms values. -
transformer:
string
Read Only:
trueUsed by the associated view-scheme to transform values retrieved from the underlying cache. -
viewName:
string
Read Only:
trueName of the view cache.