public abstract class InputBase extends Object implements org.apache.flink.streaming.api.operators.Input<org.apache.flink.table.data.RowData>, org.apache.flink.streaming.api.operators.KeyContextHandler
Input used in MultipleInputStreamOperatorBase.| 构造器和说明 |
|---|
InputBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasKeyContext() |
void |
setKeyContextElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData> record) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setKeyContextElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData> record)
throws Exception
setKeyContextElement 在接口中 org.apache.flink.streaming.api.operators.Input<org.apache.flink.table.data.RowData>Exceptionpublic boolean hasKeyContext()
hasKeyContext 在接口中 org.apache.flink.streaming.api.operators.KeyContextHandlerCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.