View Cache Members
get
/management/coherence/cluster/views/{viewName}/members
Use this endpoint to list the members of a cache.
Request
Path Parameters
-
viewName(required): string
Name of the view cache.
Response
Supported Media Types
- application/json
200 Response
A successful request that lists view cache members
Nested 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.