@PublicEvolving
public interface ProcessingTimeServiceAware
StreamOperatorFactory
,
which enables stream operators to access ProcessingTimeService
.
For an stream operator, if it needs to access the ProcessingTimeService
, it
must be created through a operator factory that implements ProcessingTimeServiceAware
,
and the operator factory should set the ProcessingTimeService
instance into the
stream operator.
限定符和类型 | 方法和说明 |
---|---|
void |
setProcessingTimeService(ProcessingTimeService processingTimeService) |
void setProcessingTimeService(ProcessingTimeService processingTimeService)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.