public class Ulimit extends Object implements Serializable
Constructor and Description |
---|
Ulimit() |
Ulimit(String name,
int soft,
int hard)
Deprecated.
|
Ulimit(String name,
long soft,
long hard) |
Modifier and Type | Method and Description |
---|---|
Integer |
getHard()
Deprecated.
|
Long |
getHardLong() |
String |
getName() |
Integer |
getSoft()
Deprecated.
|
Long |
getSoftLong() |
public Ulimit()
@Deprecated public Ulimit(String name, int soft, int hard)
public Ulimit(String name, long soft, long hard)
public String getName()
@Deprecated public Integer getSoft()
@Deprecated public Integer getHard()
public Long getSoftLong()
public Long getHardLong()
Copyright © 2020. All rights reserved.