View Topic Member Information
get
/management/coherence/cluster/services/{serviceName}/topics/{topicName}/members/{memberIdentifier}
Use this endpoint to view information about topic on a specific member.
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.
-
topicName(required): string
Name of the topic.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns information about a topic
Root Schema : topicMember
Type:
Show Source
object
-
allowUnownedCommits:
boolean
Read Only:
true
True if the topic allows commits for a position in a channel by subscribers that do not own the channel. -
channelCount:
integer(int32)
Read Only:
true
The number of channels that this topic has. -
channels:
object channels
Additional Properties Allowed: topicChannel
-
cluster:
string
Read Only:
true
The cluster name. -
elementCalculator:
string
Read Only:
true
The calculator name used to calculate element sizes. -
name:
string
Read Only:
true
The name of the topic -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
pageCapacity:
integer(int64)
Read Only:
true
the capacity of a page in the topic. -
publishedCount:
integer(int64)
Read Only:
true
The published messages count. -
publishedFifteenMinuteRate:
number(double)
Read Only:
true
The published messages fifteen minute rate. -
publishedFiveMinuteRate:
number(double)
Read Only:
true
The published messages five minute rate. -
publishedMeanRate:
number(double)
Read Only:
true
the published messages mean rate. -
publishedOneMinuteRate:
number(double)
Read Only:
true
the published messages one-minute rate. -
reconnectRetry:
integer(int64)
Read Only:
true
The amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected. -
reconnectTimeout:
integer(int64)
Read Only:
true
The maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected -
reconnectWait:
integer(int64)
Read Only:
true
The maximum amount of time publishers and subscribers will wait before attempting to reconnect after being disconnected. -
retainConsumed:
boolean
Read Only:
true
Determine whether to retain consumed values. -
service:
string
Read Only:
true
The topic service name. -
subscriberTimeout:
integer(int64)
Read Only:
true
Number of milliseconds within which a subscriber must issue a heartbeat or be forcefully considered closed. -
type:
string
Read Only:
true
Allowed Values:[ "PagedTopic" ]
The type of the MBean
Nested Schema : topicChannel
Type:
Show Source
object
-
Channel:
integer(int32)
Read Only:
true
The channel. -
PublishedCount:
integer(int64)
Read Only:
true
The published messages count. -
PublishedFifteenMinuteRate:
number(double)
Read Only:
true
The published messages fifteen minute rate. -
PublishedFiveMinuteRate:
number(double)
Read Only:
true
The published messages five minute rate. -
PublishedMeanRate:
number(double)
Read Only:
true
The published messages mean rate. -
PublishedOneMinuteRate:
number(double)
Read Only:
true
The published messages one minute rate. -
Tail:
string
Read Only:
true
Tail position.