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