public class SerializationContext extends BaseSerializationContext
| Constructor and Description |
|---|
SerializationContext() |
| Modifier and Type | Method and Description |
|---|---|
TimeAndUniq |
getBaseTime() |
boolean |
getDecodeTimestamp() |
SerializedFamilyInfo[] |
getSerializedBuffers() |
SerializedFamilyInfo[] |
getSerializedBuffers(Map<org.ojai.FieldPath,Integer> jsonPathMap,
Map<Integer,ByteBuffer> cachedBufferMap) |
boolean |
hasArrayProjection() |
boolean |
hasMutation() |
boolean |
isFullRecordOp() |
void |
serializeFamilies(DBDocumentImpl r,
Map<org.ojai.FieldPath,Integer> jsonPathMap) |
void |
setBaseTime(long time,
int uniq) |
void |
setBaseTime(TimeAndUniq t) |
void |
setDecodeTimestamp(boolean v) |
void |
setFullRecordOp(boolean v) |
void |
setHasArrayProjection() |
void |
setHasMutation(boolean v) |
void |
setStoreRowTS(boolean v) |
boolean |
storeRowTS() |
getKeyValueSize, getOrderInMap, getTimeDescriptor, getType, isArrayElement, isRoot, setIsArrayElement, setKeyValueSize, setNewRecord, setNumBitsForValue, setOrderInMap, setTimeDescriptor, setTypepublic void setDecodeTimestamp(boolean v)
public boolean getDecodeTimestamp()
public SerializedFamilyInfo[] getSerializedBuffers(Map<org.ojai.FieldPath,Integer> jsonPathMap, Map<Integer,ByteBuffer> cachedBufferMap)
public void serializeFamilies(DBDocumentImpl r, Map<org.ojai.FieldPath,Integer> jsonPathMap)
public SerializedFamilyInfo[] getSerializedBuffers()
public void setHasArrayProjection()
public boolean hasArrayProjection()
public void setFullRecordOp(boolean v)
public boolean isFullRecordOp()
public void setHasMutation(boolean v)
public boolean hasMutation()
public void setStoreRowTS(boolean v)
public boolean storeRowTS()
public void setBaseTime(long time,
int uniq)
public void setBaseTime(TimeAndUniq t)
public TimeAndUniq getBaseTime()
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.