Interface and Description |
---|
com.mapr.db.Table
Use OJAI
DocumentStore interface. |
com.mapr.db.TabletInfo |
Field and Description |
---|
com.mapr.db.DBConstants.ROWKEY_FIELD |
com.mapr.db.DBConstants.ROWKEY_ID |
Method and Description |
---|
com.mapr.db.MapRDB.getAdmin(Configuration) |
com.mapr.db.MapRDB.getTable(Configuration, Path)
Use of this method is deprecated, use OJAI
Connection.getStore(String) API. |
com.mapr.db.MapRDB.getTable(Path)
Use of this method is deprecated, use OJAI
Connection.getStore(String) API. |
com.mapr.db.MapRDB.getTable(String)
Use of this method is deprecated, use OJAI
Connection.getStore(String) API. |
com.mapr.db.Table.getTabletInfos(QueryCondition)
Use
#getScanRanges(QueryCondition) . |
com.mapr.db.Table.getTabletInfos(QueryCondition, boolean, boolean)
Use
#getScanRanges(QueryCondition) . |
com.mapr.db.MapRDB.newCondition()
Use of this method is deprecated, use OJAI
Driver.newCondition() API. |
com.mapr.db.MapRDB.newDocument()
Use of this method is deprecated, use OJAI
Driver.newDocument() API. |
com.mapr.db.MapRDB.newDocument(Map<String, Object>)
Use of this method is deprecated, use OJAI
Driver.newDocument(Map) API. |
com.mapr.db.MapRDB.newDocument(Object)
Use of this method is deprecated, use OJAI
Driver.newDocument(Object) API. |
com.mapr.db.MapRDB.newDocument(String)
Use of this method is deprecated, use OJAI
Driver.newDocument(String) API. |
com.mapr.db.MapRDB.newDocumentBuilder()
Use of this method is deprecated, use OJAI
Driver.newDocumentBuilder() API. |
com.mapr.db.MapRDB.newMutation()
Use of this method is deprecated, use OJAI
Driver.newMutation() API. |
com.mapr.db.TableDescriptor.setInsertionOrder(boolean)
this method will not be supported since version 6.0
|