Constructor and Description |
---|
ContainerImpl(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.event.Dispatcher dispatcher,
NMStateStoreService stateStore,
org.apache.hadoop.yarn.api.records.ContainerLaunchContext launchContext,
org.apache.hadoop.security.Credentials creds,
NodeManagerMetrics metrics,
org.apache.hadoop.yarn.security.ContainerTokenIdentifier containerTokenIdentifier,
NMStateStoreService.RecoveredContainerStatus recoveredStatus,
int exitCode,
String diagnostics,
boolean wasKilled) |
Modifier and Type | Method and Description |
---|---|
NMStateStoreService.RecoveredContainerStatus |
NMStateStoreService.RecoveredContainerState.getStatus() |
static NMStateStoreService.RecoveredContainerStatus |
NMStateStoreService.RecoveredContainerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NMStateStoreService.RecoveredContainerStatus[] |
NMStateStoreService.RecoveredContainerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Apache Software Foundation. All Rights Reserved.