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