フェデレーションのRESTエンドポイント
フェデレーション
フェデレーション・リソースは、サービスのフェデレーションを管理するための一連のエンドポイントを提供します。このリソースを使用して、操作情報およびパフォーマンス統計にアクセスし、フェデレーション操作を実行します。このAPIは、Coherence Grid Editionを使用する場合にのみ使用できます。
- フェデレーションの一時停止
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/pause
- 参加者へのフェデレーションの一時停止
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/pause
- 参加者へのすべてのキャッシュのレプリケート
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/replicateAll
- 参加者の受信統計のリセット
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}/resetStatistics
- 参加者の送信統計のリセット
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}/resetStatistics
- フェデレーションの開始
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/start
- 同期化後のフェデレーションの開始
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/startWithSync
- 参加者へのフェデレーションの開始
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/start
- 同期化後の参加者へのフェデレーションの開始
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithSync
- バックログなしでのフェデレーションの開始
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/startWithNoBacklog
- 参加者へのバックログなしでのフェデレーションの開始
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/startWithNoBacklog
- フェデレーションの停止
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/stop
- 参加者へのフェデレーションの停止
- メソッド: postパス:
/management/coherence/cluster/services/{serviceName}/federation/participants/{participantName}/stop
- フェデレーション・コーディネータ情報の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/federation
- フェデレーション状態の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/federation/state
- 受信統計の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants
- 参加者の受信統計の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/incoming/participants/{participantName}
- 送信統計の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants
- 参加者の送信統計の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/members/{memberIdentifier}/federation/statistics/outgoing/participants/{participantName}
- 保留中の受注メッセージ件数の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/federation/pendingIncomingMessages
- 保留中の送信メッセージ件数の表示
- メソッド: getパス:
/management/coherence/cluster/services/{serviceName}/federation/pendingOutgoingMessages