| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract LocalizationState |
LocalizationStatus.getLocalizationState() |
Get the localization sate.
|
static LocalizationState |
LocalizationState.valueOf(java.lang.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 | Description |
|---|---|---|
static LocalizationStatus |
LocalizationStatus.newInstance(java.lang.String resourceKey,
LocalizationState localizationState) |
|
static LocalizationStatus |
LocalizationStatus.newInstance(java.lang.String resourceKey,
LocalizationState localizationState,
java.lang.String diagnostics) |
|
abstract void |
LocalizationStatus.setLocalizationState(LocalizationState state) |
Sets the localization state.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.