public interface SequenceFileSerializer
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | SequenceFileSerializer.BuilderKnows how to construct this output formatter. Note: Implementations MUST provide a public a no-arg constructor. | 
| static class  | SequenceFileSerializer.RecordA key-value pair making up a record in an HDFS SequenceFile | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<?> | getKeyClass() | 
| Class<?> | getValueClass() | 
| Iterable<SequenceFileSerializer.Record> | serialize(Event e)Format the given event into zero, one or more SequenceFile records | 
Class<?> getKeyClass()
Class<?> getValueClass()
Iterable<SequenceFileSerializer.Record> serialize(Event e)
e - eventCopyright © 2009-2017 Apache Software Foundation. All Rights Reserved.