public abstract class AbstractStreamingJoinOperator extends org.apache.flink.streaming.api.operators.AbstractStreamOperator<BaseRow> implements org.apache.flink.streaming.api.operators.TwoInputStreamOperator<BaseRow,BaseRow,BaseRow>
| 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<BaseRow> |
collector |
protected org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.JoinConditionWithNullFilters |
joinCondition |
protected static String |
LEFT_RECORDS_STATE_NAME |
protected JoinInputSideSpec |
leftInputSideSpec |
protected BaseRowTypeInfo |
leftType |
protected long |
minRetentionTime |
protected static String |
RIGHT_RECORDS_STATE_NAME |
protected JoinInputSideSpec |
rightInputSideSpec |
protected BaseRowTypeInfo |
rightType |
protected boolean |
stateCleaningEnabled |
| Constructor and Description |
|---|
AbstractStreamingJoinOperator(BaseRowTypeInfo leftType,
BaseRowTypeInfo rightType,
GeneratedJoinCondition generatedJoinCondition,
JoinInputSideSpec leftInputSideSpec,
JoinInputSideSpec rightInputSideSpec,
boolean[] filterNullKeys,
long minRetentionTime) |
| 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, getUserCodeClassloader, initializeState, initializeState, notifyCheckpointComplete, numEventTimeTimers, numProcessingTimeTimers, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setup, snapshotState, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessElement1, processElement2, processLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2dispose, getChainingStrategy, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setChainingStrategy, setKeyContextElement1, setKeyContextElement2, snapshotStateprotected static final String LEFT_RECORDS_STATE_NAME
protected static final String RIGHT_RECORDS_STATE_NAME
protected final BaseRowTypeInfo leftType
protected final BaseRowTypeInfo rightType
protected final JoinInputSideSpec leftInputSideSpec
protected final JoinInputSideSpec rightInputSideSpec
protected final long minRetentionTime
protected final boolean stateCleaningEnabled
protected transient org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.JoinConditionWithNullFilters joinCondition
protected transient org.apache.flink.streaming.api.operators.TimestampedCollector<BaseRow> collector
public AbstractStreamingJoinOperator(BaseRowTypeInfo leftType, BaseRowTypeInfo rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean[] filterNullKeys, long minRetentionTime)
public void open()
throws Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.