org.apache.flume.serialization
Interface EventSerializer.Builder

All Known Implementing Classes:
BodyTextEventSerializer.Builder, FlumeEventAvroEventSerializer.Builder
Enclosing interface:
EventSerializer

public static interface EventSerializer.Builder

Knows how to construct this output formatter.
Note: Implementations MUST provide a public a no-arg constructor.


Method Summary
 EventSerializer build(Context context, OutputStream out)
           
 

Method Detail

build

EventSerializer build(Context context,
                      OutputStream out)


Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.