Uses of Class
org.apache.flume.serialization.DecodeErrorPolicy

Packages that use DecodeErrorPolicy
org.apache.flume.client.avro   
org.apache.flume.serialization   
 

Uses of DecodeErrorPolicy in org.apache.flume.client.avro
 

Methods in org.apache.flume.client.avro with parameters of type DecodeErrorPolicy
 ReliableSpoolingFileEventReader.Builder ReliableSpoolingFileEventReader.Builder.decodeErrorPolicy(DecodeErrorPolicy decodeErrorPolicy)
           
 

Uses of DecodeErrorPolicy in org.apache.flume.serialization
 

Methods in org.apache.flume.serialization that return DecodeErrorPolicy
static DecodeErrorPolicy DecodeErrorPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DecodeErrorPolicy[] DecodeErrorPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.flume.serialization with parameters of type DecodeErrorPolicy
ResettableFileInputStream(File file, PositionTracker tracker, int bufSize, Charset charset, DecodeErrorPolicy decodeErrorPolicy)
           
 



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