org.apache.flume.serialization
Class FlumeEventAvroEventSerializer
java.lang.Object
   org.apache.flume.serialization.AbstractAvroEventSerializer<Event>
org.apache.flume.serialization.AbstractAvroEventSerializer<Event>
       org.apache.flume.serialization.FlumeEventAvroEventSerializer
org.apache.flume.serialization.FlumeEventAvroEventSerializer
- All Implemented Interfaces: 
- Configurable, EventSerializer
- public class FlumeEventAvroEventSerializer 
- extends AbstractAvroEventSerializer<Event>
 
 
 
| Method Summary | 
| protected  Event | convert(Event event)A no-op for this simple, special-case implementation
 | 
| protected  OutputStream | getOutputStream()Returns the stream to serialize data into.
 | 
| protected  org.apache.avro.Schema | getSchema()Returns the parsed Avro schema corresponding to the data being written
 and the parameterized type specified.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getSchema
protected org.apache.avro.Schema getSchema()
- Description copied from class: AbstractAvroEventSerializer
- Returns the parsed Avro schema corresponding to the data being written
 and the parameterized type specified.
 
- 
- Specified by:
- getSchemain class- AbstractAvroEventSerializer<Event>
 
- 
 
getOutputStream
protected OutputStream getOutputStream()
- Description copied from class: AbstractAvroEventSerializer
- Returns the stream to serialize data into.
 
- 
- Specified by:
- getOutputStreamin class- AbstractAvroEventSerializer<Event>
 
- 
 
convert
protected Event convert(Event event)
- A no-op for this simple, special-case implementation
 
- 
- Specified by:
- convertin class- AbstractAvroEventSerializer<Event>
 
- 
- Parameters:
- event-
- Returns:
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.