org.apache.flume.serialization
Class AvroEventDeserializer.Builder

java.lang.Object
  extended by org.apache.flume.serialization.AvroEventDeserializer.Builder
All Implemented Interfaces:
EventDeserializer.Builder
Enclosing class:
AvroEventDeserializer

public static class AvroEventDeserializer.Builder
extends Object
implements EventDeserializer.Builder


Constructor Summary
AvroEventDeserializer.Builder()
           
 
Method Summary
 EventDeserializer build(Context context, ResettableInputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvroEventDeserializer.Builder

public AvroEventDeserializer.Builder()
Method Detail

build

public EventDeserializer build(Context context,
                               ResettableInputStream in)
Specified by:
build in interface EventDeserializer.Builder


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