トピック(短縮フォーム)のRESTエンドポイント
トピック(短縮フォーム)
トピック(短縮フォーム)リソースは、Coherenceのトピックを管理するための一連のエンドポイントを提供し、トピックが属するサービス名を必要としません。このリソースを使用して、操作情報およびパフォーマンス統計にアクセスします。トピック・データは、すべてのクラスタ・メンバーにわたって集約されるか、クラスタ・メンバーごとに表示できます。アプリケーションでは、最初にこのリソースを使用して、トピックおよびそれに関連付けられたトピック名を検出する必要があります。管理データにアクセスするには、トピック名が必要です。
- このサブスクライバが接続されていることの確認
- メソッド: postパス:
/management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/connect
- このサブスクライバ・グループのすべてのサブスクライバの切断の強制
- メソッド: postパス:
/management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}/disconnectAll
- このサブスクライバの自動切断およびリセットの強制
- メソッド: postパス:
/management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/disconnect
- このトピックのすべてのサブスクライバの切断の強制
- メソッド: postパス:
/management/coherence/cluster/topics/{topicName}/disconnectAll
- 各チャネルの残りのメッセージ数の取得
- メソッド: postパス:
/management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/remainingMessages
- 各チャネルの現在のヘッド・ポジションの取得
- メソッド: postパス:
/management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/heads
- このサブスクライバへのチャネル移入通知の送信
- メソッド: postパス:
/management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}/notifyPopulated
- このエンドポイントを使用したクラスタのトピックのリストの表示
- メソッド: getパス:
/management/coherence/cluster/topics
- トピック・チャネルの表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/channels
- トピック情報の表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}
- トピック・メンバー情報の表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/members/{memberIdentifier}
- トピック・メンバーの表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/members
- トピック・サブスクライバ・グループの表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}
- トピック・サブスクライバ・グループの表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/subscriberGroups
- トピック・サブスクライバの表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/subscribers
- トピック・サブスクライバの表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/subscribers/{subscriberId}
- サブスクライバ・グループ内のトピック・サブスクライバの表示
- メソッド: getパス:
/management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}/subscribers