Uses of Class
org.apache.hadoop.yarn.api.records.CollectorInfo
Packages that use CollectorInfo
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of CollectorInfo in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return CollectorInfoModifier and TypeMethodDescriptionabstract CollectorInfoAllocateResponse.getCollectorInfo()The data associated with the collector that belongs to this app.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type CollectorInfoModifier and TypeMethodDescriptionstatic AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, CollectorInfo collectorInfo) static AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, Token amRMToken, List<UpdatedContainer> updatedContainers, CollectorInfo collectorInfo) static AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, Token amRMToken, List<UpdatedContainer> updatedContainers, CollectorInfo collectorInfo, org.apache.hadoop.yarn.api.records.EnhancedHeadroom enhancedHeadroom) abstract voidAllocateResponse.setCollectorInfo(CollectorInfo info) -
Uses of CollectorInfo in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return CollectorInfoModifier and TypeMethodDescriptionstatic CollectorInfoCollectorInfo.newInstance(String collectorAddr) static CollectorInfoCollectorInfo.newInstance(String collectorAddr, Token token)