Class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.IntelRdt

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

public static class RuncContainerExecutorConfig.OCIRuntimeConfig.OCILinuxConfig.IntelRdt extends Object
This class is a Java representation of the intelrdt section of the OCI Runtime Specification.
  • Constructor Details

    • IntelRdt

      public IntelRdt(String closID, String l3CacheSchema, String memBwSchema)
    • IntelRdt

      public IntelRdt()
  • Method Details

    • getClosID

      public String getClosID()
    • getL3CacheSchema

      public String getL3CacheSchema()
    • getMemBwSchema

      public String getMemBwSchema()