public class StreamSortOperator extends TableStreamOperator<BaseRow> implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<BaseRow,BaseRow>
| 构造器和说明 |
|---|
StreamSortOperator(BaseRowTypeInfo inputRowType,
GeneratedRecordComparator gComparator) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
initializeState(org.apache.flink.runtime.state.StateInitializationContext context) |
void |
open() |
void |
processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<BaseRow> element) |
void |
snapshotState(org.apache.flink.runtime.state.StateSnapshotContext context) |
computeMemorySize, disposegetChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getUserCodeClassloader, initializeState, notifyCheckpointComplete, numEventTimeTimers, numProcessingTimeTimers, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setup, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessLatencyMarker, processWatermarkpublic StreamSortOperator(BaseRowTypeInfo inputRowType, GeneratedRecordComparator gComparator)
public void open()
throws Exception
public void processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<BaseRow> element) throws Exception
public void initializeState(org.apache.flink.runtime.state.StateInitializationContext context)
throws Exception
public void snapshotState(org.apache.flink.runtime.state.StateSnapshotContext context)
throws Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.