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:
true
Specifies if the view is to maintain both keys and values (the default; i.e. true), or only keys. -
filter:
string
Read Only:
true
Filter used to to restrict the result set. -
name:
string
Read Only:
true
Name of the view cache. -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
readOnly:
boolean
Read Only:
true
Readonly setting for the cachestore. -
reconnectInterval:
integer(int64)
Read Only:
true
Indicates the period in which re-synchronization with the underlying cache will be delayed in the case the connection is severed. -
service:
string
Read Only:
true
The service name. -
size:
integer(int64)
Read Only:
true
The number of entries in the cache. -
transformed:
boolean
Read Only:
true
Indicates if the view transforms values. -
transformer:
string
Read Only:
true
Used by the associated view-scheme to transform values retrieved from the underlying cache. -
viewName:
string
Read Only:
true
Name of the view cache.