Package | Description |
---|---|
org.apache.flink.streaming.api.datastream | |
org.apache.flink.streaming.api.operators.async |
Modifier and Type | Method and Description |
---|---|
static AsyncDataStream.OutputMode |
AsyncDataStream.OutputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncDataStream.OutputMode[] |
AsyncDataStream.OutputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AsyncWaitOperator(AsyncFunction<IN,OUT> asyncFunction,
long timeout,
int capacity,
AsyncDataStream.OutputMode outputMode) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.