@Internal public interface YieldingOperator<OUT> extends StreamOperator<OUT>
MailboxExecutor
should implement this interface.
Note, this interface is not needed when using StreamOperatorFactory
or AbstractStreamOperatorV2
as those have access to the MailboxExecutor
via StreamOperatorParameters.getMailboxExecutor()
Modifier and Type | Method and Description |
---|---|
void |
setMailboxExecutor(MailboxExecutor mailboxExecutor) |
close, finish, getMetricGroup, getOperatorAttributes, getOperatorID, initializeState, open, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotState
notifyCheckpointAborted, notifyCheckpointComplete
getCurrentKey, setCurrentKey
void setMailboxExecutor(MailboxExecutor mailboxExecutor)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.