org.apache.flume.sink.kite.parser
Class AvroParser.Builder
java.lang.Object
org.apache.flume.sink.kite.parser.AvroParser.Builder
- All Implemented Interfaces:
- EntityParser.Builder<org.apache.avro.generic.GenericRecord>
- Enclosing class:
- AvroParser
public static class AvroParser.Builder
- extends Object
- implements EntityParser.Builder<org.apache.avro.generic.GenericRecord>
Method Summary |
EntityParser<org.apache.avro.generic.GenericRecord> |
build(org.apache.avro.Schema datasetSchema,
Context config)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvroParser.Builder
public AvroParser.Builder()
build
public EntityParser<org.apache.avro.generic.GenericRecord> build(org.apache.avro.Schema datasetSchema,
Context config)
- Specified by:
build
in interface EntityParser.Builder<org.apache.avro.generic.GenericRecord>
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.