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

Packages that use ResettableInputStream
org.apache.flume.serialization   
org.apache.flume.sink.solr.morphline   
 

Uses of ResettableInputStream in org.apache.flume.serialization
 

Subclasses of ResettableInputStream in org.apache.flume.serialization
 class ResettableFileInputStream
          

This class makes the following assumptions: The underlying file is not changing while it is being read

The ability to ResettableFileInputStream.reset() is dependent on the underlying PositionTracker instance's durability semantics.

 

Methods in org.apache.flume.serialization with parameters of type ResettableInputStream
 EventDeserializer LineDeserializer.Builder.build(Context context, ResettableInputStream in)
           
 EventDeserializer EventDeserializer.Builder.build(Context context, ResettableInputStream in)
           
 EventDeserializer AvroEventDeserializer.Builder.build(Context context, ResettableInputStream in)
           
 EventSerDe EventSerDe.Builder.build(Context context, ResettableInputStream in, OutputStream out)
           
static EventDeserializer EventDeserializerFactory.getInstance(String deserializerType, Context context, ResettableInputStream in)
           
 

Uses of ResettableInputStream in org.apache.flume.sink.solr.morphline
 

Methods in org.apache.flume.sink.solr.morphline with parameters of type ResettableInputStream
 BlobDeserializer BlobDeserializer.Builder.build(Context context, ResettableInputStream in)
           
 

Constructors in org.apache.flume.sink.solr.morphline with parameters of type ResettableInputStream
BlobDeserializer(Context context, ResettableInputStream in)
           
 



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