public static class Quota.Resource
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
long |
limit |
The usage limit for the resource.
|
java.lang.String |
name |
The name of the resource.
|
long |
usage |
The current usage of the resource.
|
Constructor | Description |
---|---|
Resource(java.lang.String name,
long usage,
long limit) |
Construct a Resource object with the given name,
usage, and limit.
|
Copyright © 2018 Oracle. All rights reserved.