Modifier and Type | Class and Description |
---|---|
class |
CompactCoordinatorFactory
Factory for
CompactCoordinator . |
class |
CompactCoordinatorStateHandlerFactory
Factory for
CompactCoordinatorStateHandler . |
class |
CompactorOperatorFactory
Factory for
CompactorOperator . |
class |
CompactorOperatorStateHandlerFactory
Factory for
CompactorOperatorStateHandler . |
Modifier and Type | Method and Description |
---|---|
<R> SingleOutputStreamOperator<R> |
DataStream.transform(String operatorName,
TypeInformation<R> outTypeInfo,
OneInputStreamOperatorFactory<T,R> operatorFactory)
Method for passing user defined operators created by the given factory along with the type
information that will transform the DataStream.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousFileReaderOperatorFactory<OUT,T extends TimestampedInputSplit>
ContinuousFileReaderOperator factory. |
Modifier and Type | Class and Description |
---|---|
class |
AsyncWaitOperatorFactory<IN,OUT>
The factory of
AsyncWaitOperator . |
Modifier and Type | Class and Description |
---|---|
class |
CommitterOperatorFactory<CommT>
A
StreamOperatorFactory for CommitterOperator . |
class |
SinkWriterOperatorFactory<InputT,CommT>
A
StreamOperatorFactory for SinkWriterOperator . |
Modifier and Type | Class and Description |
---|---|
class |
WatermarkAssignerOperatorFactory
The factory of
WatermarkAssignerOperator . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.