public class WindowsLogSerializer extends AbstractReflectionAvroEventSerializer<WindowsLogEvent>
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsLogSerializer.Builder |
SCHEMA_CREATOR| Constructor and Description |
|---|
WindowsLogSerializer(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected WindowsLogEvent |
convert(org.apache.flume.Event event) |
protected OutputStream |
getOutputStream() |
protected org.apache.avro.Schema |
getSchema() |
createSchema, setFieldsAndRemovepublic WindowsLogSerializer(OutputStream out)
protected org.apache.avro.Schema getSchema()
getSchema in class org.apache.flume.serialization.AbstractAvroEventSerializer<WindowsLogEvent>protected OutputStream getOutputStream()
getOutputStream in class org.apache.flume.serialization.AbstractAvroEventSerializer<WindowsLogEvent>protected WindowsLogEvent convert(org.apache.flume.Event event)
convert in class org.apache.flume.serialization.AbstractAvroEventSerializer<WindowsLogEvent>Copyright © 2017. All rights reserved.