@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class ResourceLocalizationRequest extends Object
Constructor and Description |
---|
ResourceLocalizationRequest() |
Modifier and Type | Method and Description |
---|---|
abstract ContainerId |
getContainerId()
Get the
ContainerId of the container to localize resources. |
abstract Map<String,LocalResource> |
getLocalResources()
Get
LocalResource required by the container. |
static ResourceLocalizationRequest |
newInstance(ContainerId containerId,
Map<String,LocalResource> localResources) |
@InterfaceAudience.Public @InterfaceStability.Unstable public static ResourceLocalizationRequest newInstance(ContainerId containerId, Map<String,LocalResource> localResources)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ContainerId getContainerId()
ContainerId
of the container to localize resources.ContainerId
of the container to localize resources.@InterfaceAudience.Public @InterfaceStability.Unstable public abstract Map<String,LocalResource> getLocalResources()
LocalResource
required by the container.LocalResource
required by the containerCopyright © 2023 Apache Software Foundation. All rights reserved.