| Class | Description |
|---|---|
| BytesStreamEventDecoder |
A
StreamEventDecoder that decodes StreamEvent into LongWritable as key
and BytesWritable as value for Mapper input. |
| FormatStreamEventDecoder<T> |
A
StreamEventDecoder that decodes StreamEvent into LongWritable as key
and GenericStreamEventData as value for Mapper input. |
| IdentityStreamEventDecoder | |
| StringStreamEventDecoder |
A
StreamEventDecoder that decodes StreamEvent into LongWritable as key and String as
value for Mapper input. |
| TextStreamEventDecoder |
A
StreamEventDecoder that decodes StreamEvent into LongWritable as key and Text as
value for Mapper input. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.