public interface QueryRowStore
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getDocumentProperties(java.lang.String docID,
long sequence)
Fetches a document's body; called when the row value represents the entire document.
|
java.lang.Object |
parseRowValue(byte[] valueData)
Parses a "normal" (not entire-doc) row value into a JSON-compatible object.
|
boolean |
rowValueIsEntireDoc(byte[] valueData)
Given the raw data of a row's value, returns YES if this is a non-JSON placeholder representing
the entire document.
|
boolean rowValueIsEntireDoc(byte[] valueData)
java.lang.Object parseRowValue(byte[] valueData)
java.util.Map<java.lang.String,java.lang.Object> getDocumentProperties(java.lang.String docID,
long sequence)
docID - The document IDsequence - The sequence representing this revision