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
A BoundedMeter enforces an upper bound, provides an approver callback for changes and allocates from an optional parent.class
ThrottledMeter
A ThrottledMeter with bandwidth limit, an approver callback for requests and allocates from an optional parent.Methods in jdk.management.resource that return NotifyingMeter Modifier and Type Method Description static NotifyingMeter
NotifyingMeter. create(ResourceType type, ResourceApprover approver)
Returns a new NotifyingMeter with the type and approver.static NotifyingMeter
NotifyingMeter. create(ResourceType type, ResourceRequest parent, ResourceApprover approver)
Returns a new NotifyingMeter with the type, approver and parent approver.
-