Uses of Class
jdk.management.resource.NotifyingMeter
-
Packages that use NotifyingMeter Package Description jdk.management.resource Resource tracking contexts, meters, and factories. -
-
Uses of NotifyingMeter in jdk.management.resource
Subclasses of NotifyingMeter in jdk.management.resource Modifier and Type Class Description classBoundedMeterDeprecated, for removal: This API element is subject to removal in a future version.Resource Management is deprecated for removal with no replacement.classThrottledMeterDeprecated, for removal: This API element is subject to removal in a future version.Resource Management is deprecated for removal with no replacement.Methods in jdk.management.resource that return NotifyingMeter Modifier and Type Method Description static NotifyingMeterNotifyingMeter. create(ResourceType type, ResourceApprover approver)Deprecated, for removal: This API element is subject to removal in a future version.Returns a new NotifyingMeter with the type and approver.static NotifyingMeterNotifyingMeter. create(ResourceType type, ResourceRequest parent, ResourceApprover approver)Deprecated, for removal: This API element is subject to removal in a future version.Returns a new NotifyingMeter with the type, approver and parent approver.
-