Uses of Interface
org.apache.flume.sink.kite.parser.EntityParser

Packages that use EntityParser
org.apache.flume.sink.kite.parser   
 

Uses of EntityParser in org.apache.flume.sink.kite.parser
 

Classes in org.apache.flume.sink.kite.parser that implement EntityParser
 class AvroParser
          An EntityParser that parses Avro serialized bytes from an event.
 

Methods in org.apache.flume.sink.kite.parser that return EntityParser
 EntityParser<E> EntityParser.Builder.build(org.apache.avro.Schema datasetSchema, Context config)
           
 EntityParser<org.apache.avro.generic.GenericRecord> AvroParser.Builder.build(org.apache.avro.Schema datasetSchema, Context config)
           
 EntityParser<org.apache.avro.generic.GenericRecord> EntityParserFactory.newParser(org.apache.avro.Schema datasetSchema, Context config)
           
 



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