Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.recovery.NMStateStoreService.RecoveredContainerType
Packages that use NMStateStoreService.RecoveredContainerType
-
Uses of NMStateStoreService.RecoveredContainerType in org.apache.hadoop.yarn.server.nodemanager.recovery
Methods in org.apache.hadoop.yarn.server.nodemanager.recovery that return NMStateStoreService.RecoveredContainerTypeModifier and TypeMethodDescriptionNMStateStoreService.RecoveredContainerState.getRecoveryType()Returns the enum constant of this class with the specified name.NMStateStoreService.RecoveredContainerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.nodemanager.recovery with parameters of type NMStateStoreService.RecoveredContainerTypeModifier and TypeMethodDescriptionvoidNMStateStoreService.RecoveredContainerState.setRecoveryType(NMStateStoreService.RecoveredContainerType recoveryType)