Uses of Class
org.apache.nemo.common.ir.vertex.executionproperty.ResourceLambdaProperty.Value
-
Packages that use ResourceLambdaProperty.Value Package Description org.apache.nemo.common.ir.vertex.executionproperty -
-
Uses of ResourceLambdaProperty.Value in org.apache.nemo.common.ir.vertex.executionproperty
Methods in org.apache.nemo.common.ir.vertex.executionproperty that return ResourceLambdaProperty.Value Modifier and Type Method Description static ResourceLambdaProperty.Value
ResourceLambdaProperty.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResourceLambdaProperty.Value[]
ResourceLambdaProperty.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.nemo.common.ir.vertex.executionproperty with parameters of type ResourceLambdaProperty.Value Modifier and Type Method Description static ResourceLambdaProperty
ResourceLambdaProperty. of(ResourceLambdaProperty.Value value)
Static method exposing the constructor.
-