T
- The type of the consumed records.@Internal public interface PartitionWriter<T>
See SingleDirectoryWriter
. See DynamicPartitionWriter
. See GroupedPartitionWriter
.
Modifier and Type | Interface and Description |
---|---|
static class |
PartitionWriter.Context<T>
Context for partition writer, provide some information and generation utils.
|
static class |
PartitionWriter.DefaultPartitionWriterListener
Default implementation for PartitionWriterListener.
|
static interface |
PartitionWriter.PartitionWriterListener
Listener for partition writer.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
End a transaction.
|
void |
write(T in)
Write a record.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.