public class CollectSinkOperatorFactory<IN> extends SimpleUdfStreamOperatorFactory<Object> implements CoordinatedOperatorFactory<Object>
CollectSinkOperator.| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<org.apache.flink.configuration.MemorySize> |
MAX_BATCH_SIZE |
static org.apache.flink.configuration.ConfigOption<Duration> |
SOCKET_TIMEOUT |
chainingStrategy, processingTimeService| Constructor and Description |
|---|
CollectSinkOperatorFactory(org.apache.flink.api.common.typeutils.TypeSerializer<IN> serializer,
String accumulatorName) |
CollectSinkOperatorFactory(org.apache.flink.api.common.typeutils.TypeSerializer<IN> serializer,
String accumulatorName,
org.apache.flink.configuration.MemorySize maxBatchSize,
Duration socketTimeout) |
| Modifier and Type | Method and Description |
|---|---|
<T extends StreamOperator<Object>> |
createStreamOperator(StreamOperatorParameters<Object> parameters)
Create the operator.
|
org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider |
getCoordinatorProvider(String operatorName,
org.apache.flink.runtime.jobgraph.OperatorID operatorID)
Get the operator coordinator provider for this operator.
|
int |
getSocketTimeoutMillis() |
getUserFunction, getUserFunctionClassNamegetOperator, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, of, setChainingStrategy, setInputType, setOutputTypegetChainingStrategy, getMailboxExecutor, setMailboxExecutor, setProcessingTimeServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypepublic static final org.apache.flink.configuration.ConfigOption<org.apache.flink.configuration.MemorySize> MAX_BATCH_SIZE
public static final org.apache.flink.configuration.ConfigOption<Duration> SOCKET_TIMEOUT
public CollectSinkOperatorFactory(org.apache.flink.api.common.typeutils.TypeSerializer<IN> serializer, String accumulatorName)
public int getSocketTimeoutMillis()
public <T extends StreamOperator<Object>> T createStreamOperator(StreamOperatorParameters<Object> parameters)
StreamOperatorFactorycreateStreamOperator in interface CoordinatedOperatorFactory<Object>createStreamOperator in interface StreamOperatorFactory<Object>createStreamOperator in class SimpleOperatorFactory<Object>public org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider getCoordinatorProvider(String operatorName, org.apache.flink.runtime.jobgraph.OperatorID operatorID)
CoordinatedOperatorFactorygetCoordinatorProvider in interface CoordinatedOperatorFactory<Object>operatorName - the name of the operator.operatorID - the id of the operator.OperatorCoordinator for this operator.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.