public abstract class AbstractStreamingJoinOperator
extends org.apache.flink.streaming.api.operators.AbstractStreamOperator<org.apache.flink.table.data.RowData>
implements org.apache.flink.streaming.api.operators.TwoInputStreamOperator<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractStreamingJoinOperator.AssociatedRecords
The
AbstractStreamingJoinOperator.AssociatedRecords is the records associated to the input row. |
protected static class |
AbstractStreamingJoinOperator.OuterRecord
An
AbstractStreamingJoinOperator.OuterRecord is a composite of record and numOfAssociations. |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.streaming.api.operators.TimestampedCollector<org.apache.flink.table.data.RowData> |
collector |
protected org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.JoinConditionWithNullFilters |
joinCondition |
protected static String |
LEFT_RECORDS_STATE_NAME |
protected JoinInputSideSpec |
leftInputSideSpec |
protected InternalTypeInfo<org.apache.flink.table.data.RowData> |
leftType |
protected static String |
RIGHT_RECORDS_STATE_NAME |
protected JoinInputSideSpec |
rightInputSideSpec |
protected InternalTypeInfo<org.apache.flink.table.data.RowData> |
rightType |
protected long |
stateRetentionTime |
| Constructor and Description |
|---|
AbstractStreamingJoinOperator(InternalTypeInfo<org.apache.flink.table.data.RowData> leftType,
InternalTypeInfo<org.apache.flink.table.data.RowData> rightType,
GeneratedJoinCondition generatedJoinCondition,
JoinInputSideSpec leftInputSideSpec,
JoinInputSideSpec rightInputSideSpec,
boolean[] filterNullKeys,
long stateRetentionTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open() |
dispose, getChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, initializeState, initializeState, isUsingCustomRawKeyedState, notifyCheckpointAborted, notifyCheckpointComplete, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, setup, snapshotState, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessElement1, processElement2, processLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2dispose, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStateprotected static final String LEFT_RECORDS_STATE_NAME
protected static final String RIGHT_RECORDS_STATE_NAME
protected final InternalTypeInfo<org.apache.flink.table.data.RowData> leftType
protected final InternalTypeInfo<org.apache.flink.table.data.RowData> rightType
protected final JoinInputSideSpec leftInputSideSpec
protected final JoinInputSideSpec rightInputSideSpec
protected final long stateRetentionTime
protected transient org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.JoinConditionWithNullFilters joinCondition
protected transient org.apache.flink.streaming.api.operators.TimestampedCollector<org.apache.flink.table.data.RowData> collector
public AbstractStreamingJoinOperator(InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean[] filterNullKeys, long stateRetentionTime)
public void open()
throws Exception
open in interface org.apache.flink.streaming.api.operators.StreamOperator<org.apache.flink.table.data.RowData>open in class org.apache.flink.streaming.api.operators.AbstractStreamOperator<org.apache.flink.table.data.RowData>Exceptionpublic void close()
throws Exception
close in interface org.apache.flink.streaming.api.operators.StreamOperator<org.apache.flink.table.data.RowData>close in class org.apache.flink.streaming.api.operators.AbstractStreamOperator<org.apache.flink.table.data.RowData>ExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.