public static class Quota.Resource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
limit
The usage limit for the resource.
|
java.lang.String |
name
The resource name.
|
long |
usage
The current resource usage.
|
| Constructor and Description |
|---|
Quota.Resource (java.lang.String name,
long usage,
long limit)
Constructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.lang.String name
public long usage
public long limit