Class DataStatisticsOperatorFactory
java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<StatisticsOrRecord>
org.apache.iceberg.flink.sink.shuffle.DataStatisticsOperatorFactory
- All Implemented Interfaces:
- Serializable,- org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<StatisticsOrRecord>,- org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<org.apache.flink.table.data.RowData,,- StatisticsOrRecord> - org.apache.flink.streaming.api.operators.StreamOperatorFactory<StatisticsOrRecord>,- org.apache.flink.streaming.runtime.tasks.ProcessingTimeServiceAware
@Internal
public class DataStatisticsOperatorFactory
extends org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<StatisticsOrRecord>
implements org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<StatisticsOrRecord>, org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<org.apache.flink.table.data.RowData,StatisticsOrRecord> 
- See Also:
- 
Field SummaryFields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactorychainingStrategy, processingTimeService
- 
Constructor SummaryConstructorsConstructorDescriptionDataStatisticsOperatorFactory(Schema schema, SortOrder sortOrder, int downstreamParallelism, StatisticsType type, double closeFileCostWeightPercentage) 
- 
Method SummaryModifier and TypeMethodDescription<T extends org.apache.flink.streaming.api.operators.StreamOperator<StatisticsOrRecord>>
 TcreateStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<StatisticsOrRecord> parameters) org.apache.flink.runtime.operators.coordination.OperatorCoordinator.ProvidergetCoordinatorProvider(String operatorName, org.apache.flink.runtime.jobgraph.OperatorID operatorID) Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass(ClassLoader classLoader) Methods inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactorygetChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeServiceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactorygetChainingStrategy, getOperatorAttributes, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
- 
Constructor Details- 
DataStatisticsOperatorFactorypublic DataStatisticsOperatorFactory(Schema schema, SortOrder sortOrder, int downstreamParallelism, StatisticsType type, double closeFileCostWeightPercentage) 
 
- 
- 
Method Details- 
getCoordinatorProviderpublic org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider getCoordinatorProvider(String operatorName, org.apache.flink.runtime.jobgraph.OperatorID operatorID) - Specified by:
- getCoordinatorProviderin interface- org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<StatisticsOrRecord>
 
- 
createStreamOperatorpublic <T extends org.apache.flink.streaming.api.operators.StreamOperator<StatisticsOrRecord>> T createStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<StatisticsOrRecord> parameters) - Specified by:
- createStreamOperatorin interface- org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<StatisticsOrRecord>
- Specified by:
- createStreamOperatorin interface- org.apache.flink.streaming.api.operators.StreamOperatorFactory<StatisticsOrRecord>
 
- 
getStreamOperatorClasspublic Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass(ClassLoader classLoader) - Specified by:
- getStreamOperatorClassin interface- org.apache.flink.streaming.api.operators.StreamOperatorFactory<StatisticsOrRecord>
 
 
-