Class ApplicationResourceUsageReport
java.lang.Object
org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
Contains various scheduling metrics to be reported by UI and CLI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract floatGet the percentage of resources of the cluster that the app is using.abstract longGet the aggregated amount of memory (in megabytes) the application has allocated times the number of seconds the application has been running.abstract ResourceGet the neededResource.abstract intgetNumReservedContainers()Get the number of reserved containersabstract intGet the number of used containersabstract longGet the aggregated amount of memory preempted(in megabytes) the application has allocated times the number of seconds the application has been running.Get the aggregated number of resources preempted that the application has allocated times the number of seconds the application has been running.abstract longGet the aggregated number of vcores preempted that the application has allocated times the number of seconds the application has been running.abstract floatGet the percentage of resources of the queue that the app is using.abstract ResourceGet the reservedResource.Get the aggregated number of resources that the application has allocated times the number of seconds the application has been running.abstract ResourceGet the usedResource.abstract longGet the aggregated number of vcores that the application has allocated times the number of seconds the application has been running.newInstance(int numUsedContainers, int numReservedContainers, Resource usedResources, Resource reservedResources, Resource neededResources, Map<String, Long> resourceSecondsMap, float queueUsagePerc, float clusterUsagePerc, Map<String, Long> preemtedResourceSecondsMap) abstract voidsetClusterUsagePercentage(float clusterUsagePerc) Set the percentage of resources of the cluster that the app is using.abstract voidsetMemorySeconds(long memory_seconds) Set the aggregated amount of memory (in megabytes) the application has allocated times the number of seconds the application has been running.abstract voidsetNeededResources(Resource needed_resources) abstract voidsetNumReservedContainers(int num_reserved_containers) Set the number of reserved containersabstract voidsetNumUsedContainers(int num_containers) Set the number of used containersabstract voidsetPreemptedMemorySeconds(long memorySeconds) Set the aggregated amount of memory preempted (in megabytes) the application has allocated times the number of seconds the application has been running.abstract voidSet the aggregated number of resources preempted that the application has allocated times the number of seconds the application has been running.abstract voidsetPreemptedVcoreSeconds(long vcoreSeconds) Set the aggregated number of vcores preempted that the application has allocated times the number of seconds the application has been running.abstract voidsetQueueUsagePercentage(float queueUsagePerc) Set the percentage of resources of the queue that the app is using.abstract voidsetReservedResources(Resource reserved_resources) abstract voidSet the aggregated number of resources that the application has allocated times the number of seconds the application has been running.abstract voidsetUsedResources(Resource resources) abstract voidsetVcoreSeconds(long vcore_seconds) Set the aggregated number of vcores that the application has allocated times the number of seconds the application has been running.
-
Constructor Details
-
ApplicationResourceUsageReport
public ApplicationResourceUsageReport()
-
-
Method Details
-
newInstance
@Private @Unstable public static ApplicationResourceUsageReport newInstance(int numUsedContainers, int numReservedContainers, Resource usedResources, Resource reservedResources, Resource neededResources, Map<String, Long> resourceSecondsMap, float queueUsagePerc, float clusterUsagePerc, Map<String, Long> preemtedResourceSecondsMap) -
getNumUsedContainers
@Public @Stable public abstract int getNumUsedContainers()Get the number of used containers. -1 for invalid/inaccessible reports.- Returns:
- the number of used containers
-
setNumUsedContainers
@Private @Unstable public abstract void setNumUsedContainers(int num_containers) Set the number of used containers- Parameters:
num_containers- the number of used containers
-
getNumReservedContainers
@Private @Unstable public abstract int getNumReservedContainers()Get the number of reserved containers. -1 for invalid/inaccessible reports.- Returns:
- the number of reserved containers
-
setNumReservedContainers
@Private @Unstable public abstract void setNumReservedContainers(int num_reserved_containers) Set the number of reserved containers- Parameters:
num_reserved_containers- the number of reserved containers
-
getUsedResources
Get the usedResource. -1 for invalid/inaccessible reports.- Returns:
- the used
Resource
-
setUsedResources
-
getReservedResources
Get the reservedResource. -1 for invalid/inaccessible reports.- Returns:
- the reserved
Resource
-
setReservedResources
-
getNeededResources
Get the neededResource. -1 for invalid/inaccessible reports.- Returns:
- the needed
Resource
-
setNeededResources
-
setMemorySeconds
@Private @Unstable public abstract void setMemorySeconds(long memory_seconds) Set the aggregated amount of memory (in megabytes) the application has allocated times the number of seconds the application has been running.- Parameters:
memory_seconds- the aggregated amount of memory seconds
-
getMemorySeconds
@Public @Unstable public abstract long getMemorySeconds()Get the aggregated amount of memory (in megabytes) the application has allocated times the number of seconds the application has been running.- Returns:
- the aggregated amount of memory seconds
-
setVcoreSeconds
@Private @Unstable public abstract void setVcoreSeconds(long vcore_seconds) Set the aggregated number of vcores that the application has allocated times the number of seconds the application has been running.- Parameters:
vcore_seconds- the aggregated number of vcore seconds
-
getVcoreSeconds
@Public @Unstable public abstract long getVcoreSeconds()Get the aggregated number of vcores that the application has allocated times the number of seconds the application has been running.- Returns:
- the aggregated number of vcore seconds
-
getQueueUsagePercentage
@Public @Stable public abstract float getQueueUsagePercentage()Get the percentage of resources of the queue that the app is using.- Returns:
- the percentage of resources of the queue that the app is using.
-
setQueueUsagePercentage
@Private @Unstable public abstract void setQueueUsagePercentage(float queueUsagePerc) Set the percentage of resources of the queue that the app is using.- Parameters:
queueUsagePerc- the percentage of resources of the queue that the app is using.
-
getClusterUsagePercentage
@Public @Stable public abstract float getClusterUsagePercentage()Get the percentage of resources of the cluster that the app is using.- Returns:
- the percentage of resources of the cluster that the app is using.
-
setClusterUsagePercentage
@Private @Unstable public abstract void setClusterUsagePercentage(float clusterUsagePerc) Set the percentage of resources of the cluster that the app is using.- Parameters:
clusterUsagePerc- the percentage of resources of the cluster that the app is using.
-
setPreemptedMemorySeconds
@Private @Unstable public abstract void setPreemptedMemorySeconds(long memorySeconds) Set the aggregated amount of memory preempted (in megabytes) the application has allocated times the number of seconds the application has been running.- Parameters:
memorySeconds- the aggregated amount of memory seconds
-
getPreemptedMemorySeconds
@Public @Unstable public abstract long getPreemptedMemorySeconds()Get the aggregated amount of memory preempted(in megabytes) the application has allocated times the number of seconds the application has been running.- Returns:
- the aggregated amount of memory seconds
-
setPreemptedVcoreSeconds
@Private @Unstable public abstract void setPreemptedVcoreSeconds(long vcoreSeconds) Set the aggregated number of vcores preempted that the application has allocated times the number of seconds the application has been running.- Parameters:
vcoreSeconds- the aggregated number of vcore seconds
-
getPreemptedVcoreSeconds
@Public @Unstable public abstract long getPreemptedVcoreSeconds()Get the aggregated number of vcores preempted that the application has allocated times the number of seconds the application has been running.- Returns:
- the aggregated number of vcore seconds
-
getResourceSecondsMap
Get the aggregated number of resources that the application has allocated times the number of seconds the application has been running.- Returns:
- map containing the resource name and aggregated resource-seconds
-
setResourceSecondsMap
Set the aggregated number of resources that the application has allocated times the number of seconds the application has been running.- Parameters:
resourceSecondsMap- map containing the resource name and aggregated resource-seconds
-
getPreemptedResourceSecondsMap
Get the aggregated number of resources preempted that the application has allocated times the number of seconds the application has been running.- Returns:
- map containing the resource name and aggregated preempted resource-seconds
-
setPreemptedResourceSecondsMap
@Private @Unstable public abstract void setPreemptedResourceSecondsMap(Map<String, Long> preemptedResourceSecondsMap) Set the aggregated number of resources preempted that the application has allocated times the number of seconds the application has been running.- Parameters:
preemptedResourceSecondsMap- map containing the resource name and aggregated preempted resource-seconds
-