Class SystemOperation
java.lang.Object
org.apache.storm.container.cgroup.SystemOperation
A class that implements system operations for using cgroups.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SystemOperation
public SystemOperation()
-
-
Method Details
-
isRoot
- Throws:
IOException
-
mount
public static void mount(String name, String target, String type, String options) throws IOException - Throws:
IOException
-
umount
- Throws:
IOException
-
exec
- Throws:
IOException
-