Package org.apache.flink.test.parameters
Class ParameterProperty<V>
- java.lang.Object
-
- org.apache.flink.test.parameters.ParameterProperty<V>
-
public class ParameterProperty<V> extends Object
System-property based parameters for tests and resources.
-
-
Constructor Summary
Constructors Constructor Description ParameterProperty(String propertyName, Function<String,V> converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<V>
get()
Retrieves the value of this property.V
get(V defaultValue)
Retrieves the value of this property, or the given default if no value was set.String
getPropertyName()
-