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>
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 字段和说明 |
|---|---|
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 RowDataTypeInfo |
leftType |
protected long |
minRetentionTime |
protected static String |
RIGHT_RECORDS_STATE_NAME |
protected JoinInputSideSpec |
rightInputSideSpec |
protected RowDataTypeInfo |
rightType |
| 构造器和说明 |
|---|
AbstractStreamingJoinOperator(RowDataTypeInfo leftType,
RowDataTypeInfo rightType,
GeneratedJoinCondition generatedJoinCondition,
JoinInputSideSpec leftInputSideSpec,
JoinInputSideSpec rightInputSideSpec,
boolean[] filterNullKeys,
long minRetentionTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, notifyCheckpointAborted, notifyCheckpointComplete, numEventTimeTimers, numProcessingTimeTimers, 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 final RowDataTypeInfo leftType
protected final RowDataTypeInfo rightType
protected final JoinInputSideSpec leftInputSideSpec
protected final JoinInputSideSpec rightInputSideSpec
protected final long minRetentionTime
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(RowDataTypeInfo leftType, RowDataTypeInfo rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean[] filterNullKeys, long minRetentionTime)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.