Class ResourceRequirements

java.lang.Object
org.apache.flink.runtime.slots.ResourceRequirements
All Implemented Interfaces:
Serializable

public class ResourceRequirements extends Object implements Serializable
Represents the total resource requirements for a job, and the information required to connect to the corresponding job master.
See Also: