public class ClusteringOperator extends org.apache.flink.table.runtime.operators.TableStreamOperator<ClusteringCommitEvent> implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<ClusteringPlanEvent,ClusteringCommitEvent>, org.apache.flink.streaming.api.operators.BoundedOneInput
ClusteringPlanEvent.| Constructor and Description |
|---|
ClusteringOperator(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.types.logical.RowType rowType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
endInput()
End input action for batch source.
|
void |
open() |
void |
processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<ClusteringPlanEvent> element) |
void |
setExecutor(NonThrownExecutor executor) |
void |
setOutput(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<ClusteringCommitEvent>> output) |
computeMemorySize, processWatermarkfinish, 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, processWatermark1, processWatermark2, processWatermarkStatus, processWatermarkStatus1, processWatermarkStatus2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, setup, snapshotState, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetKeyContextElementfinish, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletepublic ClusteringOperator(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.types.logical.RowType rowType)
public void open()
throws Exception
open in interface org.apache.flink.streaming.api.operators.StreamOperator<ClusteringCommitEvent>open in class org.apache.flink.table.runtime.operators.TableStreamOperator<ClusteringCommitEvent>Exceptionpublic void processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<ClusteringPlanEvent> element) throws Exception
processElement in interface org.apache.flink.streaming.api.operators.Input<ClusteringPlanEvent>Exceptionpublic void close()
close in interface org.apache.flink.streaming.api.operators.StreamOperator<ClusteringCommitEvent>close in class org.apache.flink.streaming.api.operators.AbstractStreamOperator<ClusteringCommitEvent>public void endInput()
endInput in interface org.apache.flink.streaming.api.operators.BoundedOneInput@VisibleForTesting public void setExecutor(NonThrownExecutor executor)
@VisibleForTesting public void setOutput(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<ClusteringCommitEvent>> output)
Copyright © 2022 The Apache Software Foundation. All rights reserved.