| Modifier and Type | Class and Description |
|---|---|
class |
ContinuousFileReaderOperatorFactory<OUT,T extends TimestampedInputSplit>
ContinuousFileReaderOperator factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamOperatorFactory<OUT>
Base class for all stream operator factories.
|
class |
SimpleInputFormatOperatorFactory<OUT>
Input format source operator factory which just wrap existed
StreamSource. |
class |
SimpleOperatorFactory<OUT>
Simple factory which just wrap existed
StreamOperator. |
class |
SimpleOutputFormatOperatorFactory<IN>
A simple operator factory which create
StreamSink containing an OutputFormat. |
class |
SimpleUdfStreamOperatorFactory<OUT>
Udf stream operator factory which just wrap existed
AbstractUdfStreamOperator. |
class |
SourceOperatorFactory<OUT>
The Factory class for
SourceOperator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncWaitOperatorFactory<IN,OUT>
The factory of
AsyncWaitOperator. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectSinkOperatorFactory<IN>
The Factory class for
CollectSinkOperator. |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchCommitterOperatorFactory<CommT>
A
StreamOperatorFactory for BatchCommitterOperator. |
class |
BatchGlobalCommitterOperatorFactory<CommT,GlobalCommT>
A
StreamOperatorFactory for BatchGlobalCommitterOperator. |
class |
StatefulSinkWriterOperatorFactory<InputT,CommT,WriterStateT>
A
StreamOperatorFactory for StatefulSinkWriterOperator. |
class |
StatelessSinkWriterOperatorFactory<InputT,CommT>
A
StreamOperatorFactory for StatelessSinkWriterOperator. |
class |
StreamingCommitterOperatorFactory<CommT>
A
StreamOperatorFactory for StreamingCommitterOperator. |
class |
StreamingGlobalCommitterOperatorFactory<CommT,GlobalCommT>
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.