Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc.RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType
Packages that use RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType
Package
Description
Package containing classes related to runC commands and common operations
used within the @{link RuncContainerRuntime}.
-
Uses of RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc that return types with arguments of type RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookTypeModifier and TypeMethodDescriptionRuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.getPoststart()RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.getPoststop()RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.getPrestart()Constructor parameters in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc with type arguments of type RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookTypeModifierConstructorDescriptionOCIHooksConfig(List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> prestart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststart, List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststop)