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 |
hasDeletes() |
boolean |
hasMutation() |
boolean |
isFullRecordOp() |
boolean |
preserveDeleteTime() |
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 |
setHasDeletes(boolean v) |
void |
setHasMutation(boolean v) |
void |
setPreserveDeleteTime(boolean v) |
void |
setStoreRowTS(boolean v) |
boolean |
storeRowTS() |
getKeyValueSize, getOrderInMap, getTimeDescriptor, getType, isArrayElement, isRoot, setIsArrayElement, setKeyValueSize, setNewRecord, setNumBitsForValue, setOrderInMap, setTimeDescriptor, setTypepublic void setHasDeletes(boolean v)
public boolean hasDeletes()
public void setPreserveDeleteTime(boolean v)
public boolean preserveDeleteTime()
public 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 © 2016 Mapr Technologies, Inc.. All rights reserved.