Package | Description |
---|---|
org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.service.api.records |
Modifier and Type | Method and Description |
---|---|
abstract LocalizationState |
LocalizationStatus.getLocalizationState()
Get the localization sate.
|
static LocalizationState |
LocalizationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalizationState[] |
LocalizationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LocalizationStatus |
LocalizationStatus.newInstance(String resourceKey,
LocalizationState localizationState) |
static LocalizationStatus |
LocalizationStatus.newInstance(String resourceKey,
LocalizationState localizationState,
String diagnostics) |
Modifier and Type | Method and Description |
---|---|
LocalizationState |
LocalizationStatus.getState()
Localization state.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalizationStatus.setState(LocalizationState localizationState)
Sets the localization state.
|
LocalizationStatus |
LocalizationStatus.state(LocalizationState localizationState)
Sets the localization state and returns the localization status.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.