public class BatchFileWriter<T> extends org.apache.flink.streaming.api.operators.AbstractStreamOperator<CompactMessages.CoordinatorInput> implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<T,CompactMessages.CoordinatorInput>, org.apache.flink.streaming.api.operators.BoundedOneInput
| Constructor and Description |
|---|
BatchFileWriter(FileSystemFactory fsFactory,
org.apache.flink.core.fs.Path tmpPath,
String[] partitionColumns,
boolean dynamicGrouped,
LinkedHashMap<String,String> staticPartitions,
OutputFormatFactory<T> formatFactory,
PartitionComputer<T> computer,
org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
endInput() |
void |
open() |
void |
processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<T> element) |
finish, getChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getStateKeySelector1, getStateKeySelector2, getTimeServiceManager, getUserCodeClassloader, hasKeyContext1, hasKeyContext2, initializeState, initializeState, isUsingCustomRawKeyedState, notifyCheckpointAborted, notifyCheckpointComplete, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processRecordAttributes, processRecordAttributes1, processRecordAttributes2, processWatermark, processWatermark1, processWatermark2, processWatermarkStatus, processWatermarkStatus1, processWatermarkStatus2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setMailboxExecutor, setProcessingTimeService, setup, snapshotState, snapshotState, useSplittableTimersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetKeyContextElementfinish, getMetricGroup, getOperatorAttributes, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletegetCurrentKey, setCurrentKeypublic BatchFileWriter(FileSystemFactory fsFactory, org.apache.flink.core.fs.Path tmpPath, String[] partitionColumns, boolean dynamicGrouped, LinkedHashMap<String,String> staticPartitions, OutputFormatFactory<T> formatFactory, PartitionComputer<T> computer, org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig)
public void open()
throws Exception
open in interface org.apache.flink.streaming.api.operators.StreamOperator<CompactMessages.CoordinatorInput>open in class org.apache.flink.streaming.api.operators.AbstractStreamOperator<CompactMessages.CoordinatorInput>Exceptionpublic void processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<T> element) throws Exception
public void endInput()
throws Exception
endInput in interface org.apache.flink.streaming.api.operators.BoundedOneInputExceptionpublic void close()
throws Exception
close in interface org.apache.flink.streaming.api.operators.StreamOperator<CompactMessages.CoordinatorInput>close in class org.apache.flink.streaming.api.operators.AbstractStreamOperator<CompactMessages.CoordinatorInput>ExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.