Package | Description |
---|---|
org.apache.storm.container.cgroup |
Modifier and Type | Method and Description |
---|---|
CgroupCommon |
CgroupCommon.getParent() |
CgroupCommon |
Hierarchy.getRootCgroups() |
Modifier and Type | Method and Description |
---|---|
Set<CgroupCommon> |
CgroupCommon.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
CgroupCenter.createCgroup(CgroupCommon cgroup) |
void |
CgroupOperation.createCgroup(CgroupCommon cgroup)
create a cgroup.
|
void |
CgroupCenter.deleteCgroup(CgroupCommon cgroup) |
void |
CgroupOperation.deleteCgroup(CgroupCommon cgroup)
delete a cgroup.
|
Constructor and Description |
---|
CgroupCommon(String name,
Hierarchy hierarchy,
CgroupCommon parent) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.