static DBDocumentImpl |
RowcolCodec.decode(Map<Integer,ByteBuffer> map,
Map<org.ojai.FieldPath,Integer> jsonPathMap,
Map<Integer,String> idToCFNameMap) |
static DBDocumentImpl |
RowcolCodec.decode(Map<Integer,ByteBuffer> map,
Map<org.ojai.FieldPath,Integer> jsonPathMap,
Map<Integer,String> idToCFNameMap,
ByteBuffer rowKey,
boolean excludeId,
boolean cacheEncoded,
boolean insertionOrder,
boolean decodeTimestamp,
boolean preserveDeleteFlags) |
DBDocumentImpl |
DBDocumentImpl.empty() |
static DBDocumentImpl |
RowcolCodec.getDBDocument(org.ojai.Document r) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
BigDecimal value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
boolean value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
byte value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
byte[] value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
byte[] value,
int off,
int len) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
ByteBuffer value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
org.ojai.Document value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
double value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
float value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
int value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
List<? extends Object> value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
long value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
Map<String,? extends Object> value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
org.ojai.types.ODate value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
org.ojai.types.OTime value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
short value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
String value) |
DBDocumentImpl |
DBDocumentImpl.set(org.ojai.FieldPath field,
org.ojai.Value value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
BigDecimal value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
boolean value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
byte value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
byte[] value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
byte[] value,
int off,
int len) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
ByteBuffer value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
org.ojai.Document value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
double value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
float value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
int value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
List<? extends Object> value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
long value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
Map<String,? extends Object> value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
org.ojai.types.ODate value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
org.ojai.types.OTime value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
short value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
String value) |
DBDocumentImpl |
DBDocumentImpl.set(String field,
org.ojai.Value value) |
DBDocumentImpl |
DBDocumentImpl.shallowCopy() |