Package org.apache.flink.test.parameters
Class ParameterProperty<V>
java.lang.Object
org.apache.flink.test.parameters.ParameterProperty<V>
System-property based parameters for tests and resources.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterProperty
-
-
Method Details
-
getPropertyName
-
get
Retrieves the value of this property.- Returns:
- Optional containing the value of this property
-
get
Retrieves the value of this property, or the given default if no value was set.- Returns:
- the value of this property, or the given default if no value was set
-