@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetLocalizationStatusesRequest extends Object
LocalizationStatus
es of containers.Constructor and Description |
---|
GetLocalizationStatusesRequest() |
Modifier and Type | Method and Description |
---|---|
abstract List<ContainerId> |
getContainerIds()
Get the list of container IDs of the containers for which the localization
statuses are needed.
|
static GetLocalizationStatusesRequest |
newInstance(List<ContainerId> containerIds) |
abstract void |
setContainerIds(List<ContainerId> containerIds)
Sets the list of container IDs of containers for which the localization
statuses are needed.
|
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetLocalizationStatusesRequest newInstance(List<ContainerId> containerIds)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<ContainerId> getContainerIds()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setContainerIds(List<ContainerId> containerIds)
containerIds
- the list of container IDs.Copyright © 2024 Apache Software Foundation. All rights reserved.