Class AsyncWaitOperatorFactory<IN,OUT>
java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<OUT>
org.apache.flink.streaming.api.operators.async.AsyncWaitOperatorFactory<IN,OUT>
- Type Parameters:
OUT- The output type of the operator
- All Implemented Interfaces:
Serializable,org.apache.flink.streaming.api.operators.legacy.YieldingOperatorFactory<OUT>,org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<IN,,OUT> org.apache.flink.streaming.api.operators.StreamOperatorFactory<OUT>,org.apache.flink.streaming.runtime.tasks.ProcessingTimeServiceAware
public class AsyncWaitOperatorFactory<IN,OUT>
extends org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<OUT>
implements org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<IN,OUT>, org.apache.flink.streaming.api.operators.legacy.YieldingOperatorFactory<OUT>
The factory of
AsyncWaitOperator.- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
chainingStrategy, processingTimeService -
Constructor Summary
ConstructorsConstructorDescriptionAsyncWaitOperatorFactory(AsyncFunction<IN, OUT> asyncFunction, long timeout, int capacity, AsyncDataStream.OutputMode outputMode) AsyncWaitOperatorFactory(AsyncFunction<IN, OUT> asyncFunction, long timeout, int capacity, AsyncDataStream.OutputMode outputMode, AsyncRetryStrategy<OUT> asyncRetryStrategy) -
Method Summary
Modifier and TypeMethodDescription<T extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>>
TcreateStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<OUT> parameters) Class<? extends org.apache.flink.streaming.api.operators.StreamOperator>getStreamOperatorClass(ClassLoader classLoader) Methods inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
getChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
getChainingStrategy, getOperatorAttributes, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypeMethods inherited from interface org.apache.flink.streaming.api.operators.legacy.YieldingOperatorFactory
setMailboxExecutor
-
Constructor Details
-
AsyncWaitOperatorFactory
public AsyncWaitOperatorFactory(AsyncFunction<IN, OUT> asyncFunction, long timeout, int capacity, AsyncDataStream.OutputMode outputMode) -
AsyncWaitOperatorFactory
public AsyncWaitOperatorFactory(AsyncFunction<IN, OUT> asyncFunction, long timeout, int capacity, AsyncDataStream.OutputMode outputMode, AsyncRetryStrategy<OUT> asyncRetryStrategy)
-
-
Method Details
-
createStreamOperator
public <T extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> T createStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<OUT> parameters) - Specified by:
createStreamOperatorin interfaceorg.apache.flink.streaming.api.operators.StreamOperatorFactory<IN>
-
getStreamOperatorClass
public Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass(ClassLoader classLoader) - Specified by:
getStreamOperatorClassin interfaceorg.apache.flink.streaming.api.operators.StreamOperatorFactory<IN>
-