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 class
BoundedMeter
Deprecated, for removal: This API element is subject to removal in a future version.Resource Management is deprecated for removal with no replacement.class
ThrottledMeter
Deprecated, 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 NotifyingMeter
NotifyingMeter. 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 NotifyingMeter
NotifyingMeter. 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.
-