Interface CgroupDiscoverer
-
- All Known Implementing Classes:
ProcCgroupDiscoverer,ProcSelfCgroupDiscoverer
public interface CgroupDiscoverer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pathdiscover(String cgroup)Returns a path for a specific cgroup.
-