public class SequenceFileRowColCodec
extends java.lang.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(java.nio.ByteBuffer buffer) |
static org.ojai.Document |
decode(java.nio.ByteBuffer buffer,
com.google.common.collect.BiMap<org.ojai.FieldPath,java.lang.Integer> destMap) |
static java.nio.ByteBuffer |
encode(org.ojai.Document document) |
public static java.nio.ByteBuffer encode(org.ojai.Document document)
public static org.ojai.Document decode(java.nio.ByteBuffer buffer)
throws java.io.IOException
java.io.IOExceptionpublic static org.ojai.Document decode(java.nio.ByteBuffer buffer,
com.google.common.collect.BiMap<org.ojai.FieldPath,java.lang.Integer> destMap)
throws java.io.IOException
java.io.IOException