Uses of Interface
jdk.management.resource.ResourceId
-
Packages that use ResourceId Package Description jdk.management.resource Resource tracking contexts, meters, and factories. -
-
Uses of ResourceId in jdk.management.resource
Methods in jdk.management.resource with parameters of type ResourceId Modifier and Type Method Description longResourceApprover. request(ResourceMeter meter, long previous, long amount, ResourceId id)Requests approval to allocate or release a resource from a ResourceMeter.longResourceRequest. request(long amount, ResourceId id)Request or releaseamountunits of the resource.longSimpleMeter. request(long amount, ResourceId id)Returns the validated and allocated amount and adjusts the meter.protected longBoundedMeter. validate(long previous, long amount, ResourceId id)protected longNotifyingMeter. validate(long previous, long amount, ResourceId id)Returns the amount validated by the approver.protected longSimpleMeter. validate(long previous, long amount, ResourceId id)Validate the amount returning the validated amount.longThrottledMeter. validate(long previous, long amount, ResourceId id)Validates the amount.
-