クラスjdk.management.resource.NotifyingMeter
の使用
-
NotifyingMeterを使用するパッケージ パッケージ 説明 jdk.management.resource リソース追跡コンテキスト、メーターおよびファクトリ。 -
-
jdk.management.resourceのNotifyingMeterの使用
jdk.management.resource内のNotifyingMeterのサブクラス 修飾子と型 クラス 説明 classBoundedMeterBoundedMeterは、上限を適用し、オプションの親からの変更および割当てに対して承認者のコールバックを提供します。classThrottledMeterThrottledMeterでは、帯域幅制限、オプションの親からのリクエストおよび割当てに対する承認者のコールバックを指定します。NotifyingMeterを返すjdk.management.resourceのメソッド 修飾子と型 メソッド 説明 static NotifyingMeterNotifyingMeter. create(ResourceType type, ResourceApprover approver)タイプおよび承認者を持つ新しいNotifyingMeterを返します。static NotifyingMeterNotifyingMeter. create(ResourceType type, ResourceRequest parent, ResourceApprover approver)タイプ、承認者および親承認者を持つ新しいNotifyingMeterを返します。
-