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:
trueTrue if the topic allows commits for a position in a channel by subscribers that do not own the channel. -
channelCount:
integer(int32)
Read Only:
trueThe number of channels that this topic has. -
channels:
object channels
Additional Properties Allowed: topicChannel
-
cluster:
string
Read Only:
trueThe cluster name. -
elementCalculator:
string
Read Only:
trueThe calculator name used to calculate element sizes. -
name:
string
Read Only:
trueThe name of the topic -
nodeId:
integer(int64)
Read Only:
trueThe ID of member to which the MBean belongs -
pageCapacity:
integer(int64)
Read Only:
truethe capacity of a page in the topic. -
publishedCount:
integer(int64)
Read Only:
trueThe published messages count. -
publishedFifteenMinuteRate:
number(double)
Read Only:
trueThe published messages fifteen minute rate. -
publishedFiveMinuteRate:
number(double)
Read Only:
trueThe published messages five minute rate. -
publishedMeanRate:
number(double)
Read Only:
truethe published messages mean rate. -
publishedOneMinuteRate:
number(double)
Read Only:
truethe published messages one-minute rate. -
reconnectRetry:
integer(int64)
Read Only:
trueThe amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected. -
reconnectTimeout:
integer(int64)
Read Only:
trueThe maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected -
reconnectWait:
integer(int64)
Read Only:
trueThe maximum amount of time publishers and subscribers will wait before attempting to reconnect after being disconnected. -
retainConsumed:
boolean
Read Only:
trueDetermine whether to retain consumed values. -
service:
string
Read Only:
trueThe topic service name. -
subscriberTimeout:
integer(int64)
Read Only:
trueNumber of milliseconds within which a subscriber must issue a heartbeat or be forcefully considered closed. -
type:
string
Read Only:
trueAllowed Values:[ "PagedTopic" ]The type of the MBean
Nested Schema : topicChannel
Type:
Show Source
object-
Channel:
integer(int32)
Read Only:
trueThe channel. -
PublishedCount:
integer(int64)
Read Only:
trueThe published messages count. -
PublishedFifteenMinuteRate:
number(double)
Read Only:
trueThe published messages fifteen minute rate. -
PublishedFiveMinuteRate:
number(double)
Read Only:
trueThe published messages five minute rate. -
PublishedMeanRate:
number(double)
Read Only:
trueThe published messages mean rate. -
PublishedOneMinuteRate:
number(double)
Read Only:
trueThe published messages one minute rate. -
Tail:
string
Read Only:
trueTail position.