IN
- Input tuple typeStreamingFileSink
for writing to files from a streaming program.@PublicEvolving @Deprecated public class WriteSinkFunctionByMillis<IN> extends WriteSinkFunction<IN>
SinkFunction.Context<T>
format, path, tupleList
Constructor and Description |
---|
WriteSinkFunctionByMillis(String path,
WriteFormat<IN> format,
long millis)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
resetParameters()
Deprecated.
Statements to be executed after writing a batch goes here.
|
protected boolean |
updateCondition()
Deprecated.
Condition for writing the contents of tupleList and clearing it.
|
cleanFile, invoke
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke
public WriteSinkFunctionByMillis(String path, WriteFormat<IN> format, long millis)
protected boolean updateCondition()
WriteSinkFunction
updateCondition
in class WriteSinkFunction<IN>
protected void resetParameters()
WriteSinkFunction
resetParameters
in class WriteSinkFunction<IN>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.