Class DeterminismEnvelope<T>
java.lang.Object
org.apache.flink.runtime.entrypoint.DeterminismEnvelope<T>
- Type Parameters:
T- type of the wrapped value
Envelope that carries whether the wrapped value is deterministic or not.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> DeterminismEnvelope<T>deterministicValue(T value) boolean<V,E extends Exception>
DeterminismEnvelope<V>static <T> DeterminismEnvelope<T>nondeterministicValue(T value) toString()unwrap()
-
Method Details
-
isDeterministic
public boolean isDeterministic() -
unwrap
-
map
public <V,E extends Exception> DeterminismEnvelope<V> map(org.apache.flink.util.function.FunctionWithException<? super T, ? extends V, throws EE> mapper) - Throws:
E extends Exception
-
deterministicValue
-
nondeterministicValue
-
toString
-