public class CompactOperator extends org.apache.flink.table.runtime.operators.TableStreamOperator<CompactionCommitEvent> implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<CompactionPlanEvent,CompactionCommitEvent>
CompactionPlanEvent.| Constructor and Description |
|---|
CompactOperator(org.apache.flink.configuration.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open() |
void |
processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<CompactionPlanEvent> record) |
void |
setExecutor(NonThrownExecutor executor) |
void |
setup(org.apache.flink.streaming.runtime.tasks.StreamTask<?,?> containingTask,
org.apache.flink.streaming.api.graph.StreamConfig config,
org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<CompactionCommitEvent>> output) |
computeMemorySize, processWatermarkfinish, getChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, hasKeyContext1, hasKeyContext2, initializeState, initializeState, isUsingCustomRawKeyedState, notifyCheckpointAborted, notifyCheckpointComplete, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2, processWatermarkStatus, processWatermarkStatus1, processWatermarkStatus2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, snapshotState, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetKeyContextElementfinish, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletegetCurrentKey, setCurrentKeypublic CompactOperator(org.apache.flink.configuration.Configuration conf)
public void setup(org.apache.flink.streaming.runtime.tasks.StreamTask<?,?> containingTask,
org.apache.flink.streaming.api.graph.StreamConfig config,
org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<CompactionCommitEvent>> output)
setup in interface org.apache.flink.streaming.api.operators.SetupableStreamOperator<CompactionCommitEvent>setup in class org.apache.flink.streaming.api.operators.AbstractStreamOperator<CompactionCommitEvent>public void open()
throws Exception
open in interface org.apache.flink.streaming.api.operators.StreamOperator<CompactionCommitEvent>open in class org.apache.flink.table.runtime.operators.TableStreamOperator<CompactionCommitEvent>Exceptionpublic void processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<CompactionPlanEvent> record) throws Exception
processElement in interface org.apache.flink.streaming.api.operators.Input<CompactionPlanEvent>Exception@VisibleForTesting public void setExecutor(NonThrownExecutor executor)
public void close()
throws Exception
close in interface org.apache.flink.streaming.api.operators.StreamOperator<CompactionCommitEvent>close in class org.apache.flink.streaming.api.operators.AbstractStreamOperator<CompactionCommitEvent>ExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.