public static class VcapApplication.Limits extends Object
| Constructor and Description |
|---|
Limits()
Creates a new instance of
Limits. |
Limits(long mem,
long disk,
long fds)
Creates a new instance of
Limits with the provided parameters. |
| Modifier and Type | Method and Description |
|---|---|
long |
getDisk()
Returns the disk limit
|
long |
getFds()
Returns the fds limit
|
long |
getMem()
Returns the memory limit
|
Copyright © 2016 SAP. All Rights Reserved.