public interface LogSinkFunction extends org.apache.flink.streaming.api.functions.sink.SinkFunction<SinkRecord>
SinkFunction
with LogSinkFunction.WriteCallback
.Modifier and Type | Interface and Description |
---|---|
static interface |
LogSinkFunction.WriteCallback
A callback interface that the user can implement to know the offset of the bucket when the
request is complete.
|
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flush pending records.
|
void |
setWriteCallback(LogSinkFunction.WriteCallback writeCallback) |
void setWriteCallback(LogSinkFunction.WriteCallback writeCallback)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.