public interface SequenceFileSerializer
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
SequenceFileSerializer.Builder
Knows how to construct this output formatter. 
Note: Implementations MUST provide a public a no-arg constructor.  | 
static class  | 
SequenceFileSerializer.Record
A 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-2022 Apache Software Foundation. All Rights Reserved.