public interface DatumWriter<D>
Implemented for different in-memory data representations.
Modifier and Type | Method and Description |
---|---|
void |
setSchema(Schema schema)
Set the schema.
|
void |
write(D datum,
Encoder out)
Write a datum.
|
void setSchema(Schema schema)
void write(D datum, Encoder out) throws IOException
IOException
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.