| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.runc |
Package containing classes related to runC commands and common operations
used within the @{link RuncContainerRuntime}.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.getPoststart() |
|
java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.getPoststop() |
|
java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> |
RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.getPrestart() |
| Constructor | Description |
|---|---|
OCIHooksConfig(java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> prestart,
java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststart,
java.util.List<RuncContainerExecutorConfig.OCIRuntimeConfig.OCIHooksConfig.HookType> poststop) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.