public interface HoodieInstantWriter
| Modifier and Type | Method and Description |
|---|---|
static HoodieInstantWriter |
convertByteArrayToWriter(byte[] bytes) |
void |
writeToStream(OutputStream outputStream)
Writes the instants data to the provided output stream.
|
void writeToStream(OutputStream outputStream) throws IOException
outputStream - stream where the data should be writtenIOException - thrown if there are issues serializing the datastatic HoodieInstantWriter convertByteArrayToWriter(byte[] bytes)
Copyright © 2025 The Apache Software Foundation. All rights reserved.