@Experimental public abstract class AbstractStreamOperatorFactory<OUT> extends Object implements StreamOperatorFactory<OUT>, ProcessingTimeServiceAware
ProcessingTimeServiceAware interface which enables stream operators to access ProcessingTimeService.| 限定符和类型 | 字段和说明 |
|---|---|
protected ChainingStrategy |
chainingStrategy |
protected ProcessingTimeService |
processingTimeService |
| 构造器和说明 |
|---|
AbstractStreamOperatorFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChainingStrategy |
getChainingStrategy()
Get the chaining strategy of operator factory.
|
void |
setChainingStrategy(ChainingStrategy strategy)
Set the chaining strategy for operator factory.
|
void |
setProcessingTimeService(ProcessingTimeService processingTimeService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateStreamOperator, getStreamOperatorClass, isInputTypeConfigurable, isOutputTypeConfigurable, isStreamSource, setInputType, setOutputTypeprotected ChainingStrategy chainingStrategy
protected transient ProcessingTimeService processingTimeService
public void setChainingStrategy(ChainingStrategy strategy)
StreamOperatorFactorysetChainingStrategy 在接口中 StreamOperatorFactory<OUT>public ChainingStrategy getChainingStrategy()
StreamOperatorFactorygetChainingStrategy 在接口中 StreamOperatorFactory<OUT>public void setProcessingTimeService(ProcessingTimeService processingTimeService)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.