| Package | Description |
|---|---|
| com.mapr.db | |
| com.mapr.db.impl |
This package is not part of MapR-DB public APIs
|
| Modifier and Type | Method and Description |
|---|---|
void |
Admin.alterFamily(org.apache.hadoop.fs.Path tablePath,
String familyName,
FamilyDescriptor familyDesc) |
void |
Admin.alterFamily(String tablePath,
String familyName,
FamilyDescriptor familyDesc) |
void |
Admin.alterTable(TableDescriptor tableDesc)
Modify the attributes of an existing table.
|
boolean |
Admin.deleteFamily(org.apache.hadoop.fs.Path tablePath,
String familyName)
Deletes a family from a Json table.
|
boolean |
Admin.deleteFamily(String tablePath,
String familyName)
Deletes a family from a Json table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminImpl.addFamily(org.apache.hadoop.fs.Path tablePath,
FamilyDescriptor familyDesc) |
void |
AdminImpl.alterFamily(org.apache.hadoop.fs.Path tablePath,
String familyName,
FamilyDescriptor familyDesc) |
void |
AdminImpl.alterFamily(String tablePath,
String familyName,
FamilyDescriptor familyDesc) |
void |
AdminImpl.alterTable(TableDescriptor desc) |
boolean |
AdminImpl.deleteFamily(org.apache.hadoop.fs.Path tablePath,
String familyName) |
boolean |
AdminImpl.deleteFamily(String tablePath,
String familyName) |
static com.google.common.collect.BiMap<org.ojai.FieldPath,Integer> |
MapRDBTableImplHelper.getCFIdPathMap(List<com.mapr.fs.proto.Dbserver.ColumnFamilyAttr> cfAttrs) |
static void |
MapRDBTableImplHelper.getMaps(List<com.mapr.fs.proto.Dbserver.ColumnFamilyAttr> cfAttrs,
com.mapr.db.impl.MapRDBTableImplHelper.ComboMap cm) |
| Constructor and Description |
|---|
MapRDBTableImpl(org.apache.hadoop.fs.Path tablePath,
org.apache.hadoop.conf.Configuration config) |
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.