public class SequenceFileRowColCodec extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SEQUENCEFILE_CODEC_VERSION |
| Constructor and Description |
|---|
SequenceFileRowColCodec() |
| Modifier and Type | Method and Description |
|---|---|
static org.ojai.Document |
decode(ByteBuffer buffer) |
static org.ojai.Document |
decode(ByteBuffer buffer,
com.google.common.collect.BiMap<org.ojai.FieldPath,Integer> destMap) |
static ByteBuffer |
encode(org.ojai.Document document) |
public static ByteBuffer encode(org.ojai.Document document)
public static org.ojai.Document decode(ByteBuffer buffer) throws IOException
IOExceptionpublic static org.ojai.Document decode(ByteBuffer buffer, com.google.common.collect.BiMap<org.ojai.FieldPath,Integer> destMap) throws IOException
IOExceptionCopyright © 2016 Mapr Technologies, Inc.. All rights reserved.