public class Quota
extends java.lang.Object
2087
Modifier and Type | Class and Description |
---|---|
static class |
Quota.Resource
An individual quota resource.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
quotaRoot
The quota root.
|
Quota.Resource[] |
resources
The resources associated with this quota.
|
Constructor and Description |
---|
Quota(java.lang.String quotaRoot)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
setResourceLimit(java.lang.String name,
long limit)
Sets a resource limit.
|
public java.lang.String quotaRoot
public Quota.Resource[] resources