Uses of Class
org.apache.nemo.common.ir.executionproperty.ResourceSpecification
-
Packages that use ResourceSpecification Package Description org.apache.nemo.common org.apache.nemo.common.ir org.apache.nemo.runtime.master.resource -
-
Uses of ResourceSpecification in org.apache.nemo.common
Methods in org.apache.nemo.common that return types with arguments of type ResourceSpecification Modifier and Type Method Description static java.util.List<Pair<java.lang.Integer,ResourceSpecification>>
Util. parseResourceSpecificationString(java.lang.String resourceSpecificationString)
Utility method for parsing the resource specification string. -
Uses of ResourceSpecification in org.apache.nemo.common.ir
Methods in org.apache.nemo.common.ir that return types with arguments of type ResourceSpecification Modifier and Type Method Description java.util.List<Pair<java.lang.Integer,ResourceSpecification>>
IRDAG. getExecutorInfo()
Getter for the executor specifications information.Method parameters in org.apache.nemo.common.ir with type arguments of type ResourceSpecification Modifier and Type Method Description void
IRDAG. recordExecutorInfo(java.util.List<Pair<java.lang.Integer,ResourceSpecification>> parsedExecutorInfo)
Setter for the executor specifications information. -
Uses of ResourceSpecification in org.apache.nemo.runtime.master.resource
Methods in org.apache.nemo.runtime.master.resource that return ResourceSpecification Modifier and Type Method Description ResourceSpecification
ContainerManager. onContainerFailed(java.lang.String failedEvaluatorId)
Re-acquire a new container using the failed container's resource spec.Methods in org.apache.nemo.runtime.master.resource with parameters of type ResourceSpecification Modifier and Type Method Description void
ContainerManager. requestContainer(int numToRequest, ResourceSpecification resourceSpecification)
Requests containers/evaluators with the given specifications.Constructors in org.apache.nemo.runtime.master.resource with parameters of type ResourceSpecification Constructor Description DefaultExecutorRepresenter(java.lang.String executorId, ResourceSpecification resourceSpecification, MessageSender<ControlMessage.Message> messageSender, org.apache.reef.driver.context.ActiveContext activeContext, java.util.concurrent.ExecutorService serializationExecutorService, java.lang.String nodeName)
Creates a reference to the specified executor.
-