public class ControlGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
group
control group in the hierarchy to which the process belongs
|
int |
id
hierarchy ID number
|
String |
subsystems
set of subsystems bound to the hierarchy
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId() |
static com.google.common.base.Optional<String> |
getContainerId(FilePath procfile) |
public final int id
public final String subsystems
public final String group
public static com.google.common.base.Optional<String> getContainerId(FilePath procfile) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String getContainerId() throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.