トピック・サブスクライバの表示
get
/management/coherence/cluster/topics/{topicName}/subscribers
このエンドポイントを使用して、トピックのサブスクライバをリストします。
リクエスト
パス・パラメータ
- topicName: string
トピックの名前。
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
トピック・サブスクライバをリストする正常なリクエスト
ネストされたスキーマ: subscriber
型:
ソースを表示
object
- backlog(optional): integer(int64)
読取り専用:
true
未処理の受信リクエストの数。 - channelAllocations(optional): string
読取り専用:
true
サブスクライバに割り当てられたチャネル。 - channelCount(optional): integer(int32)
読取り専用:
true
トピックに含まれるチャネルの数。 - channels(optional): object channels
使用可能なその他のプロパティ: subscriberChannel
- cluster(optional): string
読取り専用:
true
クラスタ名。 - completeOnEmpty(optional): boolean
読取り専用:
true
トピックが空の場合に、サブスクライバがnullメッセージを含む受信リクエストを完了するかどうかを示すフラグ。 - converter(optional): string
読取り専用:
true
メッセージの変換に使用されているオプションのコンバータ。 - disconnections(optional): integer(int64)
読取り専用:
true
このサブスクライバが切断した回数。 - filter(optional): string
読取り専用:
true
メッセージのフィルタに使用されているオプションのフィルタ。 - id (オプション): integer(int64)
読取り専用:
true
サブスクライバの識別子。 - maxBacklog(optional): integer(int64)
読取り専用:
true
まだ完了していない受信リクエストの最大許容バックログ。 - member(optional): string
読取り専用:
true
クラスタ・メンバーの名前 - nodeId(optional): integer(int64)
読取り専用:
true
MBeanが属するメンバーのID - notifications(optional): integer(int64)
読取り専用:
true
受信したチャネル通知の数。 - polls(optional): integer(int64)
読取り専用:
true
サブスクライバがメッセージのポーリングを行った回数。 - receiveCompletions(optional): integer(int64)
完了した受信リクエストの数。
- receivedCount(optional): integer(int64)
読取り専用:
true
受信した要素の数。 - receiveEmpty(optional): integer(int64)
読取り専用:
true
空の受信リクエストの数。 - receiveErrors(optional): integer(int64)
読取り専用:
true
エラーで完了した受信リクエストの数。 - serializer(optional): string
読取り専用:
true
メッセージのデシリアライズに使用されるシリアライザ。 - service(optional): string
読取り専用:
true
トピック・サービス名。 - state(optional): integer(int64)
読取り専用:
true
サブスクライバの状態。 - stateName(optional): string
読取り専用:
true
サブスクライバの状態。 - subscriberGroup(optional): string
読取り専用:
true
サブスクライバがグループの一部の場合、そのサブスクライバが属するグループ。 - topic(optional): string
読取り専用:
true
トピックの名前。 - type(optional): string
読取り専用:
true
使用可能な値:[ "PagedTopicSubscriber" ]
MBeanのタイプ - waits(optional): integer(int64)
読取り専用:
true
サブスクライバが空のトピックを待機する必要があった回数。
ネストされたスキーマ: subscriberChannel
型:
ソースを表示
object
- Channel(optional): integer(int32)
読取り専用:
true
チャネル。 - Empty(optional): boolean
読取り専用:
true
チャネルが空の場合はTrue。 - Head(optional): string
読取り専用:
true
ヘッド・ポジション。 - LastCommit(optional): string
読取り専用:
true
最後にコミットされたポジション。 - LastReceived(optional): string
読取り専用:
true
最後にコミットされたポジション。 - Owned(optional): boolean
読取り専用:
true
このサブスクライバがチャネルを所有している場合は、True。