long |
ResourceApprover.request(ResourceMeter meter,
long previous,
long amount,
ResourceId id) |
Deprecated, for removal: This API element is subject to removal in a future version.
Requests approval to allocate or release a resource from a
ResourceMeter.
|
long |
ResourceRequest.request(long amount,
ResourceId id) |
Deprecated, for removal: This API element is subject to removal in a future version.
Request or release amount units of the resource.
|
long |
SimpleMeter.request(long amount,
ResourceId id) |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the validated and allocated amount and adjusts the meter.
|
protected long |
NotifyingMeter.validate(long previous,
long amount,
ResourceId id) |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the amount validated by the approver.
|
protected long |
SimpleMeter.validate(long previous,
long amount,
ResourceId id) |
Deprecated, for removal: This API element is subject to removal in a future version.
Validate the amount returning the validated amount.
|
long |
ThrottledMeter.validate(long previous,
long amount,
ResourceId id) |
Deprecated, for removal: This API element is subject to removal in a future version.
Validates the amount.
|