Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall
- Enclosing class:
- RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp
public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall
extends Object
This class is a Java representation of the syscall section
of the OCI Runtime Specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class is a Java representation of the seccomp arguments of the OCI Runtime Specification. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Syscall
public Syscall(List<String> names, String action, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg> args) -
Syscall
public Syscall()
-
-
Method Details
-
getNames
-
getAction
-
getArgs
-