| Package | Description |
|---|---|
| com.mapr.db.impl |
This package is not part of MapR-DB public APIs
|
| com.mapr.db.rowcol |
| Modifier and Type | Method and Description |
|---|---|
static EncodedBufFamIdInfo |
MapRDBTableImplHelper.getEncBufsAndFamilyIds(SerializedFamilyInfo[] info) |
static void |
MapRDBTableImplHelper.insertOrReplace(MapRDBTableImpl table,
ByteBuffer id,
SerializedFamilyInfo[] info) |
| Modifier and Type | Method and Description |
|---|---|
static SerializedFamilyInfo[] |
RowcolCodec.encode(org.ojai.Document document,
Map<org.ojai.FieldPath,Integer> jsonPathMap) |
static SerializedFamilyInfo[] |
RowcolCodec.encode(org.ojai.Document document,
Map<org.ojai.FieldPath,Integer> jsonPathMap,
boolean isBulkLoad,
boolean useCached) |
SerializedFamilyInfo[] |
SerializationContext.getSerializedBuffers() |
SerializedFamilyInfo[] |
SerializationContext.getSerializedBuffers(Map<org.ojai.FieldPath,Integer> jsonPathMap,
Map<Integer,ByteBuffer> cachedBufferMap) |
SerializedFamilyInfo[] |
MutationImpl.rowcolSerialize(Map<org.ojai.FieldPath,Integer> jsonPathMap) |
SerializedFamilyInfo[] |
MutationImpl.rowcolSerialize(Map<org.ojai.FieldPath,Integer> jsonPathMap,
boolean isBulkLoad)
Gives the rowcol encoding for multiple column families for a
given mutation operation.
|
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.