Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg

java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg
Enclosing class:
RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall

public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.Seccomp.Syscall.SeccompArg extends Object
This class is a Java representation of the seccomp arguments of the OCI Runtime Specification.
  • Constructor Details

    • SeccompArg

      public SeccompArg(int index, long value, long valueTwo, String op)
    • SeccompArg

      public SeccompArg()
  • Method Details

    • getIndex

      public int getIndex()
    • getValue

      public long getValue()
    • getValueTwo

      public long getValueTwo()
    • getOp

      public String getOp()